projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9383d96
)
softlockup: fix softlockup_thresh fix
author
Ingo Molnar
<mingo@elte.hu>
Mon, 12 May 2008 19:21:14 +0000
(21:21 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sun, 25 May 2008 04:35:19 +0000
(06:35 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/sysctl.c
patch
|
blob
|
history
diff --git
a/kernel/sysctl.c
b/kernel/sysctl.c
index 31c19a79738d0fc73ef418126c8a4789e364b70d..a829dc8d7a9ec0d6340349c11f883fe2c785ebb5 100644
(file)
--- a/
kernel/sysctl.c
+++ b/
kernel/sysctl.c
@@
-84,7
+84,7
@@
extern int latencytop_enabled;
extern int sysctl_nr_open_min, sysctl_nr_open_max;
/* Constants used for minimum and maximum */
-#if
def CONFIG_HIGHMEM
+#if
defined(CONFIG_HIGHMEM) || defined(CONFIG_DETECT_SOFTLOCKUP)
static int one = 1;
#endif