aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2007-08-24 09:25:59 +1000
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-08-23 21:32:54 -0700
commit01740fccba6c9af289dfcfb2b265a38ff9382c82 (patch)
treee9791fa40991bff379c99d2c2bd3ef80e0bd3679
parentm68knommu: include linux/fs.h for getname() (diff)
downloadlinux-dev-01740fccba6c9af289dfcfb2b265a38ff9382c82.tar.xz
linux-dev-01740fccba6c9af289dfcfb2b265a38ff9382c82.zip
m68knommu: include asm-generic/pgtable.h
Include asm-generic/pgtable.h to pick up the lazy_mmu_mode and lazy_cpu_mode macros. Won't build without them. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--include/asm-m68knommu/pgtable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-m68knommu/pgtable.h b/include/asm-m68knommu/pgtable.h
index e1e6a1d2333a..46251016e821 100644
--- a/include/asm-m68knommu/pgtable.h
+++ b/include/asm-m68knommu/pgtable.h
@@ -65,4 +65,6 @@ extern unsigned int kobjsize(const void *objp);
#define VMALLOC_START 0
#define VMALLOC_END 0xffffffff
+#include <asm-generic/pgtable.h>
+
#endif /* _M68KNOMMU_PGTABLE_H */