diff options
Diffstat (limited to 'arch/blackfin/kernel/cplb-mpu/cplbmgr.c')
-rw-r--r-- | arch/blackfin/kernel/cplb-mpu/cplbmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/cplb-mpu/cplbmgr.c b/arch/blackfin/kernel/cplb-mpu/cplbmgr.c index 651b12773e09..8e1e9e9e9632 100644 --- a/arch/blackfin/kernel/cplb-mpu/cplbmgr.c +++ b/arch/blackfin/kernel/cplb-mpu/cplbmgr.c | |||
@@ -280,7 +280,7 @@ static noinline int dcplb_protection_fault(unsigned int cpu) | |||
280 | int cplb_hdr(int seqstat, struct pt_regs *regs) | 280 | int cplb_hdr(int seqstat, struct pt_regs *regs) |
281 | { | 281 | { |
282 | int cause = seqstat & 0x3f; | 282 | int cause = seqstat & 0x3f; |
283 | unsigned int cpu = smp_processor_id(); | 283 | unsigned int cpu = raw_smp_processor_id(); |
284 | switch (cause) { | 284 | switch (cause) { |
285 | case 0x23: | 285 | case 0x23: |
286 | return dcplb_protection_fault(cpu); | 286 | return dcplb_protection_fault(cpu); |