summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
authorGleb O. Raiko <raiko@niisi.msk.ru>2000-04-06 12:12:40 +0000
committerGleb O. Raiko <raiko@niisi.msk.ru>2000-04-06 12:12:40 +0000
commitb594af807551b012ba0b0278d48043cfa6ea7bbf (patch)
tree1cac4fa28ef2e9dffc17c537b8d230035b9ed938 /mm/slab.c
parent49dba6c02527299f95679f270bc62e309b558c51 (diff)
Fix the bug when flash_cache_all to be called as function while it's
variable that points to real flush_cache_all.
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 3dbbdc011..8bc12e2e7 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -109,6 +109,7 @@
#ifdef __mips__
#include <asm/pgtable.h>
#include <asm/addrspace.h>
+#include <asm/pgalloc.h>
#endif
/* If there is a different PAGE_SIZE around, and it works with this allocator,