mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
softlockup: fix softlockup_thresh fix
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
9383d96790
commit
1c4cd6dd1d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ extern int latencytop_enabled;
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue