Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Fix 32-bit compile: PPC_MEMSTART was undeclared

This defines PPC_MEMSTART as 0 because it is still used in a couple
of places in the 32-bit code.

Signed-off-by: Paul Mackerras <paulus@samba.org>

+2
+2
include/asm-powerpc/page_32.h
··· 3 3 4 4 #define VM_DATA_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS32 5 5 6 + #define PPC_MEMSTART 0 7 + 6 8 #ifndef __ASSEMBLY__ 7 9 /* 8 10 * The basic type of a PTE - 64 bits for those CPUs with > 32 bit