diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-10-03 23:43:38 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-06 02:22:29 +0200 |
commit | fd3d2764ee5aad862e51c21b8239561acdea8c2f (patch) | |
tree | 711696fcca098a4f44b208850b1aea05549b9167 /arch | |
parent | [MIPS] Fix CMP Kconfig configuration and mark as broken. (diff) | |
download | linux-fd3d2764ee5aad862e51c21b8239561acdea8c2f.tar.xz linux-fd3d2764ee5aad862e51c21b8239561acdea8c2f.zip |
[MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=y
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/kernel/head.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S index 361364501d34..492a0a8d70fb 100644 --- a/arch/mips/kernel/head.S +++ b/arch/mips/kernel/head.S @@ -22,6 +22,7 @@ #include <asm/irqflags.h> #include <asm/regdef.h> #include <asm/page.h> +#include <asm/pgtable-bits.h> #include <asm/mipsregs.h> #include <asm/stackframe.h> |