--- include/linux/slub_def.h | 5 ----- 1 file changed, 5 deletions(-) Index: linux-2.6/include/linux/slub_def.h =================================================================== --- linux-2.6.orig/include/linux/slub_def.h 2007-11-02 23:21:29.000000000 -0700 +++ linux-2.6/include/linux/slub_def.h 2007-11-02 23:22:00.000000000 -0700 @@ -31,12 +31,7 @@ struct kmem_cache_node { * Slab cache management. */ struct kmem_cache { -#ifdef CONFIG_SMP - /* Per cpu pointer usable for any cpu */ struct kmem_cache_cpu *cpu_slab; -#else - struct kmem_cache_cpu cpu_slab; -#endif /* Used for retriving partial slabs etc */ unsigned long flags; int size; /* The size of an object including meta data */