diff options
Diffstat (limited to 'arch/mips/kernel/smp-cps.c')
-rw-r--r-- | arch/mips/kernel/smp-cps.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/kernel/smp-cps.c b/arch/mips/kernel/smp-cps.c index e6e16a1d4add..bed7590e475f 100644 --- a/arch/mips/kernel/smp-cps.c +++ b/arch/mips/kernel/smp-cps.c | |||
@@ -9,13 +9,13 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <linux/io.h> | 11 | #include <linux/io.h> |
12 | #include <linux/irqchip/mips-gic.h> | ||
12 | #include <linux/sched.h> | 13 | #include <linux/sched.h> |
13 | #include <linux/slab.h> | 14 | #include <linux/slab.h> |
14 | #include <linux/smp.h> | 15 | #include <linux/smp.h> |
15 | #include <linux/types.h> | 16 | #include <linux/types.h> |
16 | 17 | ||
17 | #include <asm/bcache.h> | 18 | #include <asm/bcache.h> |
18 | #include <asm/gic.h> | ||
19 | #include <asm/mips-cm.h> | 19 | #include <asm/mips-cm.h> |
20 | #include <asm/mips-cpc.h> | 20 | #include <asm/mips-cpc.h> |
21 | #include <asm/mips_mt.h> | 21 | #include <asm/mips_mt.h> |
@@ -273,8 +273,8 @@ static void cps_init_secondary(void) | |||
273 | if (cpu_has_mipsmt) | 273 | if (cpu_has_mipsmt) |
274 | dmt(); | 274 | dmt(); |
275 | 275 | ||
276 | change_c0_status(ST0_IM, STATUSF_IP3 | STATUSF_IP4 | | 276 | change_c0_status(ST0_IM, STATUSF_IP2 | STATUSF_IP3 | STATUSF_IP4 | |
277 | STATUSF_IP6 | STATUSF_IP7); | 277 | STATUSF_IP5 | STATUSF_IP6 | STATUSF_IP7); |
278 | } | 278 | } |
279 | 279 | ||
280 | static void cps_smp_finish(void) | 280 | static void cps_smp_finish(void) |