diff options
| -rw-r--r-- | kernel/watchdog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/watchdog.c b/kernel/watchdog.c index 8fbfda94a67b..403c9bd90413 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c | |||
| @@ -42,9 +42,9 @@ int __read_mostly watchdog_user_enabled = 1; | |||
| 42 | int __read_mostly nmi_watchdog_user_enabled = NMI_WATCHDOG_DEFAULT; | 42 | int __read_mostly nmi_watchdog_user_enabled = NMI_WATCHDOG_DEFAULT; |
| 43 | int __read_mostly soft_watchdog_user_enabled = 1; | 43 | int __read_mostly soft_watchdog_user_enabled = 1; |
| 44 | int __read_mostly watchdog_thresh = 10; | 44 | int __read_mostly watchdog_thresh = 10; |
| 45 | int __read_mostly nmi_watchdog_available; | 45 | static int __read_mostly nmi_watchdog_available; |
| 46 | 46 | ||
| 47 | struct cpumask watchdog_allowed_mask __read_mostly; | 47 | static struct cpumask watchdog_allowed_mask __read_mostly; |
| 48 | 48 | ||
| 49 | struct cpumask watchdog_cpumask __read_mostly; | 49 | struct cpumask watchdog_cpumask __read_mostly; |
| 50 | unsigned long *watchdog_cpumask_bits = cpumask_bits(&watchdog_cpumask); | 50 | unsigned long *watchdog_cpumask_bits = cpumask_bits(&watchdog_cpumask); |
