diff options
Diffstat (limited to 'arch/mips/mm/tlbex.c')
-rw-r--r-- | arch/mips/mm/tlbex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 183f2b583e4d..b234b1b5ccad 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/types.h> | 26 | #include <linux/types.h> |
27 | #include <linux/smp.h> | 27 | #include <linux/smp.h> |
28 | #include <linux/string.h> | 28 | #include <linux/string.h> |
29 | #include <linux/init.h> | ||
30 | #include <linux/cache.h> | 29 | #include <linux/cache.h> |
31 | 30 | ||
32 | #include <asm/cacheflush.h> | 31 | #include <asm/cacheflush.h> |
@@ -510,6 +509,7 @@ static void build_tlb_write_entry(u32 **p, struct uasm_label **l, | |||
510 | switch (current_cpu_type()) { | 509 | switch (current_cpu_type()) { |
511 | case CPU_M14KC: | 510 | case CPU_M14KC: |
512 | case CPU_74K: | 511 | case CPU_74K: |
512 | case CPU_PROAPTIV: | ||
513 | break; | 513 | break; |
514 | 514 | ||
515 | default: | 515 | default: |