summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/mips64/sgi-ip22/ip22-setup.c2
-rw-r--r--arch/mips64/sgi-ip27/ip27-init.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips64/sgi-ip22/ip22-setup.c b/arch/mips64/sgi-ip22/ip22-setup.c
index 7505e0c03..82aa098c5 100644
--- a/arch/mips64/sgi-ip22/ip22-setup.c
+++ b/arch/mips64/sgi-ip22/ip22-setup.c
@@ -23,6 +23,7 @@
#include <linux/tty.h>
#include <asm/addrspace.h>
+#include <asm/mmu_context.h>
#include <asm/bcache.h>
#include <asm/keyboard.h>
#include <asm/irq.h>
@@ -125,6 +126,7 @@ void __init ip22_setup(void)
#ifdef CONFIG_SERIAL_CONSOLE
char *ctype;
#endif
+ TLBMISS_HANDLER_SETUP();
/* Init the INDY HPC I/O controller. Need to call this before
* fucking with the memory controller because it needs to know the
diff --git a/arch/mips64/sgi-ip27/ip27-init.c b/arch/mips64/sgi-ip27/ip27-init.c
index 42f51d241..dbb3e8cb5 100644
--- a/arch/mips64/sgi-ip27/ip27-init.c
+++ b/arch/mips64/sgi-ip27/ip27-init.c
@@ -346,6 +346,7 @@ void per_cpu_init(void)
cnodeid_t cnode = get_compact_nodeid();
current_cpu_data.asid_cache = ASID_FIRST_VERSION;
+ TLBMISS_HANDLER_SETUP();
#if 0
intr_init();
#endif