Skip to content
Commit feef1e8e authored by Igor Mammedov's avatar Igor Mammedov Committed by Ingo Molnar
Browse files

x86/smpboot: Log error on secondary CPU wakeup failure at ERR level



If system is running without debug level logging,
it will not log error if do_boot_cpu() failed to
wakeup AP. It may lead to silent AP bringup
failures at boot time.
Change message level to KERN_ERR to make error
visible to user as it's done on other architectures.

Signed-off-by: default avatarIgor Mammedov <imammedo@redhat.com>
Acked-by: default avatarToshi Kani <toshi.kani@hp.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1401975765-22328-3-git-send-email-imammedo@redhat.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 89f898c1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment