From: Kumar Gala Date: Thu, 11 Oct 2007 18:36:52 +0000 (-0500) Subject: [POWERPC] Use PAGE_OFFSET to tell if an address is user/kernel in SW TLB handlers X-Git-Tag: v2.6.24-rc1~1450^2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a13c4f972e6c107d8cff54de647544c00e25b41;p=pandora-kernel.git [POWERPC] Use PAGE_OFFSET to tell if an address is user/kernel in SW TLB handlers 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 --- Reading git-diff-tree failed