[POWERPC] Check _PAGE_RW and _PAGE_PRESENT on kernel addresses
authorScott Wood <scottwood@freescale.com>
Wed, 5 Sep 2007 22:04:38 +0000 (08:04 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 13 Sep 2007 15:33:23 +0000 (01:33 +1000)
Previously, the TLB miss handlers assumed that pages above KERNELBASE are
always present and read/write.  This assumption is false in the case of
CONFIG_DEBUG_PAGEALLOC.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found