From: Kenn H. <ke...@us...> - 2003-02-16 00:13:20
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv11691/include/asm-vax/mm Modified Files: pgalloc.h Log Message: Remove SMP-related definitions. Index: pgalloc.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/pgalloc.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pgalloc.h 14 Feb 2003 00:54:14 -0000 1.8 +++ pgalloc.h 16 Feb 2003 00:13:17 -0000 1.9 @@ -30,17 +30,11 @@ #include <linux/mm.h> -#ifndef CONFIG_SMP extern struct pgd_cache { pgd_t *head; /* These are special recyclable slots */ unsigned long slots_used; unsigned long size; } pgd_free_list; -#else -#include <asm/smp.h> -//#define quicklists cpu_data[smp_processor_id()] -#error SMP not supported -#endif /* * Allocate and free page tables. The xxx_kernel() versions are |