diff options
Diffstat (limited to 'arch/sparc/kernel/leon_smp.c')
-rw-r--r-- | arch/sparc/kernel/leon_smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/leon_smp.c b/arch/sparc/kernel/leon_smp.c index 018ef11f57df..ea2bad306f93 100644 --- a/arch/sparc/kernel/leon_smp.c +++ b/arch/sparc/kernel/leon_smp.c | |||
@@ -343,7 +343,7 @@ static void leon_ipi_resched(int cpu) | |||
343 | 343 | ||
344 | void leonsmp_ipi_interrupt(void) | 344 | void leonsmp_ipi_interrupt(void) |
345 | { | 345 | { |
346 | struct leon_ipi_work *work = &__get_cpu_var(leon_ipi_work); | 346 | struct leon_ipi_work *work = this_cpu_ptr(&leon_ipi_work); |
347 | 347 | ||
348 | if (work->single) { | 348 | if (work->single) { |
349 | work->single = 0; | 349 | work->single = 0; |