K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2009-10-23T14:27:40.531862Z K 7 svn:log V 271 Do not map the trap vectors into the kernel's address space. They are only used in real mode and keeping them mapped only serves to make NULL a valid address, which results in silent NULL pointer deferences. Suggested by: Patrick Kerharo Obtained from: projects/ppc64 END