mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
Revert "ANDROID: kernel/watchdog: fix unused variable warning"
This reverts commit b5ea92ffa8.
We need to do this for some merge issues with 4.9.32, the commit will be
put back later...
Cc: Brian Norris <briannorris@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -120,7 +120,7 @@ static unsigned long soft_lockup_nmi_warn;
|
||||
#ifdef CONFIG_HARDLOCKUP_DETECTOR
|
||||
unsigned int __read_mostly hardlockup_panic =
|
||||
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE;
|
||||
static unsigned long __maybe_unused hardlockup_allcpu_dumped;
|
||||
static unsigned long hardlockup_allcpu_dumped;
|
||||
/*
|
||||
* We may not want to enable hard lockup detection by default in all cases,
|
||||
* for example when running the kernel as a guest on a hypervisor. In these
|
||||
|
||||
Reference in New Issue
Block a user