diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-10-03 22:43:38 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-06 01:22:29 +0100 |
commit | fd3d2764ee5aad862e51c21b8239561acdea8c2f (patch) | |
tree | 711696fcca098a4f44b208850b1aea05549b9167 /arch | |
parent | 4a16ff4c692d49f0caeabe08e6d3ae28a0ad4d04 (diff) | |
download | linux-fd3d2764ee5aad862e51c21b8239561acdea8c2f.tar.bz2 |
[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> |