diff options
Diffstat (limited to 'arch/blackfin/kernel/cplb-nompu')
-rw-r--r-- | arch/blackfin/kernel/cplb-nompu/cplbmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/cplb-nompu/cplbmgr.c b/arch/blackfin/kernel/cplb-nompu/cplbmgr.c index aabbb42c42c4..d9ea46c6e41a 100644 --- a/arch/blackfin/kernel/cplb-nompu/cplbmgr.c +++ b/arch/blackfin/kernel/cplb-nompu/cplbmgr.c | |||
@@ -202,7 +202,7 @@ MGR_ATTR static int dcplb_miss(int cpu) | |||
202 | MGR_ATTR int cplb_hdr(int seqstat, struct pt_regs *regs) | 202 | MGR_ATTR int cplb_hdr(int seqstat, struct pt_regs *regs) |
203 | { | 203 | { |
204 | int cause = seqstat & 0x3f; | 204 | int cause = seqstat & 0x3f; |
205 | unsigned int cpu = smp_processor_id(); | 205 | unsigned int cpu = raw_smp_processor_id(); |
206 | switch (cause) { | 206 | switch (cause) { |
207 | case VEC_CPLB_I_M: | 207 | case VEC_CPLB_I_M: |
208 | return icplb_miss(cpu); | 208 | return icplb_miss(cpu); |