diff options
Diffstat (limited to 'arch/powerpc/kernel/crash.c')
-rw-r--r-- | arch/powerpc/kernel/crash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/crash.c b/arch/powerpc/kernel/crash.c index 18d7c80ddeb9..51dbace3269b 100644 --- a/arch/powerpc/kernel/crash.c +++ b/arch/powerpc/kernel/crash.c | |||
@@ -81,7 +81,7 @@ void crash_ipi_callback(struct pt_regs *regs) | |||
81 | } | 81 | } |
82 | 82 | ||
83 | atomic_inc(&cpus_in_crash); | 83 | atomic_inc(&cpus_in_crash); |
84 | smp_mb__after_atomic_inc(); | 84 | smp_mb__after_atomic(); |
85 | 85 | ||
86 | /* | 86 | /* |
87 | * Starting the kdump boot. | 87 | * Starting the kdump boot. |