commit | f09e3f4fe42caad0c0f59c1489d2b3f512c070b5 | [log] [tgz] |
---|---|---|
author | Yaowei Bai <baiyaowei@cmss.chinamobile.com> | Wed Mar 23 09:40:09 2016 +0800 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Mar 23 12:34:17 2016 +0100 |
tree | 464692eb6d1f5505722e662c41a599c04e5bdbf2 | |
parent | 57d335ce88d055eb212e2531dd7a8b4240404a57 [diff] |
x86/apic: Remove declaration of unused hw_nmi_is_cpu_stuck Commit 10f9014912 ("x86: Cleanup hw_nmi.c cruft") removed unused code in the hw_nmi.c file because of the redesign of the hardlockup watchdog but left declaration of hw_nmi_is_cpu_stuck in linux/nmi.h, so remvoe it. Signed-off-by: Yaowei Bai <baiyaowei@cmss.chinamobile.com> Link: http://lkml.kernel.org/r/1458697210-3027-1-git-send-email-baiyaowei@cmss.chinamobile.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>