[POWERPC] Use PAGE_OFFSET to tell if an address is user/kernel in SW TLB handlers
authorKumar Gala <galak@kernel.crashing.org>
Thu, 11 Oct 2007 18:36:52 +0000 (13:36 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 11 Oct 2007 18:36:52 +0000 (13:36 -0500)
Move to using PAGE_OFFSET instead of TASK_SIZE or KERNELBASE value on
6xx/40x/44x/fsl-booke to determine if the faulting address is a kernel or
user space address.  This mimics how the macro is_kernel_addr() works.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found