commit | 1c4cd6dd1d0fd3057bb6b8c87460049497889d1b | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon May 12 21:21:14 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun May 25 06:35:19 2008 +0200 |
tree | 558e7e885e76db657b3617a9a3cc62529c327d0a | |
parent | 9383d9679056e6cc4e7ff70f31da945a268238f4 [diff] |
softlockup: fix softlockup_thresh fix Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 31c19a7..a829dc8 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c
@@ -84,7 +84,7 @@ extern int sysctl_nr_open_min, sysctl_nr_open_max; /* Constants used for minimum and maximum */ -#ifdef CONFIG_HIGHMEM +#if defined(CONFIG_HIGHMEM) || defined(CONFIG_DETECT_SOFTLOCKUP) static int one = 1; #endif