patch-2.4.0-test9 linux/include/linux/slab.h

Next file: linux/include/linux/sunrpc/clnt.h
Previous file: linux/include/linux/signal.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/include/linux/slab.h linux/include/linux/slab.h
@@ -11,7 +11,6 @@
 
 typedef struct kmem_cache_s kmem_cache_t;
 
-#include	<linux/config.h>
 #include	<linux/mm.h>
 #include	<linux/cache.h>
 
@@ -75,14 +74,6 @@
 extern kmem_cache_t	*bh_cachep;
 extern kmem_cache_t	*fs_cachep;
 extern kmem_cache_t	*sigact_cachep;
-
-#ifdef CONFIG_SMP
-extern unsigned long slab_cache_drain_mask;
-extern void slab_drain_local_cache(void);
-#else
-#define slab_cache_drain_mask 0
-#define slab_drain_local_cache()	do { } while (0)
-#endif
 
 #endif	/* __KERNEL__ */
 

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