diff -urpN -X /home/fletch/.diff.exclude 721-fsaio_vs_aio_fix/include/linux/slab.h 730-ppc_kmalloc_bug/include/linux/slab.h
--- 721-fsaio_vs_aio_fix/include/linux/slab.h	Sat Jun 14 18:37:38 2003
+++ 730-ppc_kmalloc_bug/include/linux/slab.h	Sat Jun 14 20:48:09 2003
@@ -13,6 +13,8 @@ typedef struct kmem_cache_s kmem_cache_t
 
 #include	<linux/gfp.h>
 #include	<linux/types.h>
+#include	<asm/page.h>
+#include	<asm/cache.h>
 
 /* flags for kmem_cache_alloc() */
 #define	SLAB_NOFS		GFP_NOFS