patch-2.3.99-pre6 linux/include/asm-arm/pgalloc.h

Next file: linux/include/asm-arm/pgtable.h
Previous file: linux/include/asm-arm/pci.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/include/asm-arm/pgalloc.h linux/include/asm-arm/pgalloc.h
@@ -25,9 +25,9 @@
  */
 #ifndef CONFIG_NO_PGT_CACHE
 
-#ifdef __SMP__
+#ifdef CONFIG_SMP
 #error Pgtable caches have to be per-CPU, so that no locking is needed.
-#endif	/* __SMP__ */
+#endif	/* CONFIG_SMP */
 
 extern struct pgtable_cache_struct {
 	unsigned long *pgd_cache;

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