projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d335c
)
x86/apic: Remove declaration of unused hw_nmi_is_cpu_stuck
author
Yaowei Bai
<baiyaowei@cmss.chinamobile.com>
Wed, 23 Mar 2016 01:40:09 +0000
(09:40 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 23 Mar 2016 11:34:17 +0000
(12:34 +0100)
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>
include/linux/nmi.h
patch
|
blob
|
history
diff --git
a/include/linux/nmi.h
b/include/linux/nmi.h
index 7ec5b86735f33d512a27086635ac15a221039101..4630eeae18e08df43be6567ca5fbcb2027643c65 100644
(file)
--- a/
include/linux/nmi.h
+++ b/
include/linux/nmi.h
@@
-65,7
+65,6
@@
static inline bool trigger_allbutself_cpu_backtrace(void)
#endif
#ifdef CONFIG_LOCKUP_DETECTOR
-int hw_nmi_is_cpu_stuck(struct pt_regs *);
u64 hw_nmi_get_sample_period(int watchdog_thresh);
extern int nmi_watchdog_enabled;
extern int soft_watchdog_enabled;