diff options
author | Gleb O. Raiko <raiko@niisi.msk.ru> | 2000-04-06 12:12:40 +0000 |
---|---|---|
committer | Gleb O. Raiko <raiko@niisi.msk.ru> | 2000-04-06 12:12:40 +0000 |
commit | b594af807551b012ba0b0278d48043cfa6ea7bbf (patch) | |
tree | 1cac4fa28ef2e9dffc17c537b8d230035b9ed938 /mm | |
parent | 49dba6c02527299f95679f270bc62e309b558c51 (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')
-rw-r--r-- | mm/slab.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |