m68knommu: include asm-generic/pgtable.h
authorGreg Ungerer <[email protected]>
Thu, 23 Aug 2007 23:25:59 +0000 (09:25 +1000)
committerLinus Torvalds <[email protected]>
Fri, 24 Aug 2007 04:32:54 +0000 (21:32 -0700)
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-m68knommu/pgtable.h

index e1e6a1d2333aeb295bb22de8c18e0da4ecd27491..46251016e8212bdfef68b594e6ad1cf0e939248d 100644 (file)
@@ -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 */