diff options
Diffstat (limited to 'arch/mips/include/asm/mmu_context.h')
-rw-r--r-- | arch/mips/include/asm/mmu_context.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/mips/include/asm/mmu_context.h b/arch/mips/include/asm/mmu_context.h index 516e6e9a5594..3b29079b5424 100644 --- a/arch/mips/include/asm/mmu_context.h +++ b/arch/mips/include/asm/mmu_context.h | |||
@@ -28,11 +28,7 @@ | |||
28 | 28 | ||
29 | #define TLBMISS_HANDLER_SETUP_PGD(pgd) \ | 29 | #define TLBMISS_HANDLER_SETUP_PGD(pgd) \ |
30 | do { \ | 30 | do { \ |
31 | void (*tlbmiss_handler_setup_pgd)(unsigned long); \ | 31 | extern void tlbmiss_handler_setup_pgd(unsigned long); \ |
32 | extern u32 tlbmiss_handler_setup_pgd_array[16]; \ | ||
33 | \ | ||
34 | tlbmiss_handler_setup_pgd = \ | ||
35 | (__typeof__(tlbmiss_handler_setup_pgd)) tlbmiss_handler_setup_pgd_array; \ | ||
36 | tlbmiss_handler_setup_pgd((unsigned long)(pgd)); \ | 32 | tlbmiss_handler_setup_pgd((unsigned long)(pgd)); \ |
37 | } while (0) | 33 | } while (0) |
38 | 34 | ||