From: tip-bot for Yaowei Bai <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, tglx@linutronix.de,
mingo@kernel.org, baiyaowei@cmss.chinamobile.com
Subject: [tip:x86/urgent] x86/apic: Remove declaration of unused hw_nmi_is_cpu_stuck
Date: Wed, 23 Mar 2016 04:39:41 -0700 [thread overview]
Message-ID: <tip-f09e3f4fe42caad0c0f59c1489d2b3f512c070b5@git.kernel.org> (raw)
In-Reply-To: <1458697210-3027-1-git-send-email-baiyaowei@cmss.chinamobile.com>
Commit-ID: f09e3f4fe42caad0c0f59c1489d2b3f512c070b5
Gitweb: http://git.kernel.org/tip/f09e3f4fe42caad0c0f59c1489d2b3f512c070b5
Author: Yaowei Bai <baiyaowei@cmss.chinamobile.com>
AuthorDate: Wed, 23 Mar 2016 09:40:09 +0800
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Wed, 23 Mar 2016 12:34:17 +0100
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>
---
include/linux/nmi.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/nmi.h b/include/linux/nmi.h
index 7ec5b86..4630eea 100644
--- 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;
prev parent reply other threads:[~2016-03-23 11:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-23 1:40 [PATCH 1/2] x86/apic: remove " Yaowei Bai
2016-03-23 1:40 ` [PATCH 2/2] x86/dma: is_device_dma_capable can be boolean Yaowei Bai
2016-03-23 11:39 ` tip-bot for Yaowei Bai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-f09e3f4fe42caad0c0f59c1489d2b3f512c070b5@git.kernel.org \
--to=tipbot@zytor.com \
--cc=baiyaowei@cmss.chinamobile.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome