]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb86c0e9531aeaa98510ae577d7f5f734e6fe92a4
tree86a77c315a31ea7fb27e14b5c446a92e8ce1e615
parentbf41dbe0b76c2fc3f94cd507298a209cc6017cfc
powerpc/32: Define an is_kernel_addr() to fix ARCH=ppc compilation

My commit 038b33ce28bdc7b4cd026babba784c79e1b4d080 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