diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-05-12 15:21:14 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 00:35:19 -0400 |
commit | 1c4cd6dd1d0fd3057bb6b8c87460049497889d1b (patch) | |
tree | 558e7e885e76db657b3617a9a3cc62529c327d0a /kernel/sysctl.c | |
parent | 9383d9679056e6cc4e7ff70f31da945a268238f4 (diff) |
softlockup: fix softlockup_thresh fix
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 31c19a79738d..a829dc8d7a9e 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -84,7 +84,7 @@ extern int latencytop_enabled; | |||
84 | extern int sysctl_nr_open_min, sysctl_nr_open_max; | 84 | extern int sysctl_nr_open_min, sysctl_nr_open_max; |
85 | 85 | ||
86 | /* Constants used for minimum and maximum */ | 86 | /* Constants used for minimum and maximum */ |
87 | #ifdef CONFIG_HIGHMEM | 87 | #if defined(CONFIG_HIGHMEM) || defined(CONFIG_DETECT_SOFTLOCKUP) |
88 | static int one = 1; | 88 | static int one = 1; |
89 | #endif | 89 | #endif |
90 | 90 | ||