Skip to content

Commit

Permalink
m68knommu: include asm-generic/pgtable.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Aug 24, 2007
1 parent 07ef309 commit 01740fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-m68knommu/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 01740fc

Please sign in to comment.