瀏覽代碼

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>
Greg Ungerer 18 年之前
父節點
當前提交
01740fccba
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/asm-m68knommu/pgtable.h

+ 2 - 0
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 */