patch-2.3.99-pre6 linux/include/asm-ppc/pgtable.h

Next file: linux/include/asm-ppc/smp.h
Previous file: linux/include/asm-ppc/pgalloc.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/include/asm-ppc/pgtable.h linux/include/asm-ppc/pgtable.h
@@ -230,7 +230,7 @@
 
 #define _PAGE_CHG_MASK	(PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
 
-#ifdef __SMP__
+#ifdef CONFIG_SMP
 #define _PAGE_BASE	_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_COHERENT
 #else
 #define _PAGE_BASE	_PAGE_PRESENT | _PAGE_ACCESSED

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)