projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194cd8d
)
sh64: asm/pgtable.h needs asm/mmu.h
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 31 May 2011 05:37:44 +0000
(14:37 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 31 May 2011 05:37:44 +0000
(14:37 +0900)
Needed to satisfy the __in_29bit_mode() check.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/pgtable.h
patch
|
blob
|
history
diff --git
a/arch/sh/include/asm/pgtable.h
b/arch/sh/include/asm/pgtable.h
index
db85916
..
9210e93
100644
(file)
--- a/
arch/sh/include/asm/pgtable.h
+++ b/
arch/sh/include/asm/pgtable.h
@@
-18,6
+18,7
@@
#include <asm/pgtable-2level.h>
#endif
#include <asm/page.h>
+#include <asm/mmu.h>
#ifndef __ASSEMBLY__
#include <asm/addrspace.h>