commit | fd3d2764ee5aad862e51c21b8239561acdea8c2f | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Oct 03 22:43:38 2008 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Oct 06 01:22:29 2008 +0100 |
tree | 711696fcca098a4f44b208850b1aea05549b9167 | |
parent | 4a16ff4c692d49f0caeabe08e6d3ae28a0ad4d04 [diff] [blame] |
[MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=y Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S index 3613645..492a0a8 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>