]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - kernel/watchdog.c
watchdog/core: Put softlockup_threads_initialized under ifdef guard
authorThomas Gleixner <tglx@linutronix.de>
Mon, 2 Oct 2017 18:59:09 +0000 (20:59 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 4 Oct 2017 09:30:50 +0000 (11:30 +0200)
commit0b62bf862dc93a05fea97b6ca6ffca072e2f30c1
tree1da5d995304d34b98395dc0bd427dde5fc3d6a31
parent5587185ddb4b9f413299dfec0a022ad0212513e8
watchdog/core: Put softlockup_threads_initialized under ifdef guard

The variable is unused when the softlockup detector is disabled in Kconfig.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/watchdog.c