projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ef309
)
m68knommu: include asm-generic/pgtable.h
author
Greg Ungerer
<gerg@snapgear.com>
Thu, 23 Aug 2007 23:25:59 +0000
(09:25 +1000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
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 <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-m68knommu/pgtable.h
patch
|
blob
|
history
diff --git
a/include/asm-m68knommu/pgtable.h
b/include/asm-m68knommu/pgtable.h
index e1e6a1d2333aeb295bb22de8c18e0da4ecd27491..46251016e8212bdfef68b594e6ad1cf0e939248d 100644
(file)
--- 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 */