diff options
Diffstat (limited to 'arch/x86/kernel/ftrace.c')
-rw-r--r-- | arch/x86/kernel/ftrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c index 8639bb2ae058..8f3d9cf26ff9 100644 --- a/arch/x86/kernel/ftrace.c +++ b/arch/x86/kernel/ftrace.c | |||
@@ -535,7 +535,7 @@ static void run_sync(void) | |||
535 | { | 535 | { |
536 | int enable_irqs = irqs_disabled(); | 536 | int enable_irqs = irqs_disabled(); |
537 | 537 | ||
538 | /* We may be called with interrupts disbled (on bootup). */ | 538 | /* We may be called with interrupts disabled (on bootup). */ |
539 | if (enable_irqs) | 539 | if (enable_irqs) |
540 | local_irq_enable(); | 540 | local_irq_enable(); |
541 | on_each_cpu(do_sync_core, NULL, 1); | 541 | on_each_cpu(do_sync_core, NULL, 1); |