powerpc/32: Define an is_kernel_addr() to fix ARCH=ppc compilation
authorPaul Mackerras <paulus@samba.org>
Tue, 9 May 2006 06:00:59 +0000 (16:00 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 9 May 2006 06:00:59 +0000 (16:00 +1000)
commite4de00215c3af02116db3d486bf53700dfe10619
tree86a77c315a31ea7fb27e14b5c446a92e8ce1e615
parente515f048c46e457ef61ce9c8b56bd36e825a48a0
powerpc/32: Define an is_kernel_addr() to fix ARCH=ppc compilation

My commit 6bfd93c32a5065d0e858780b3beb0b667081601c broke the ARCH=ppc
compilation by using the is_kernel_addr() macro in asm/uaccess.h.
This fixes it by defining a suitable is_kernel_addr() for ARCH=ppc.

Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-ppc/page.h