Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd670e09 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "ANDROID: kernel/watchdog: fix unused variable warning"



This reverts commit b5ea92ff.

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: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent c2fb8ead
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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