Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142793
b: refs/heads/master
c: 9f8d979
h: refs/heads/master
i:
  142791: a6dc75d
v: v3
  • Loading branch information
Ingo Molnar committed Feb 12, 2009
1 parent 4a2787d commit 0204e7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 871cafcc962fa1655c44b4f0e54d4c5cc14e273c
refs/heads/master: 9f8d979f082a3ee1b27f32b7e0811b51c3ad1d15
4 changes: 3 additions & 1 deletion trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ extern int rcutorture_runnable;
#endif /* #ifdef CONFIG_RCU_TORTURE_TEST */

/* Constants used for minimum and maximum */
#if defined(CONFIG_DETECT_HUNG_TASK) || defined(CONFIG_DETECT_SOFTLOCKUP) || defined(CONFIG_HIGHMEM)
static int one = 1;
#endif
#ifdef CONFIG_DETECT_SOFTLOCKUP
static int sixty = 60;
static int neg_one = -1;
Expand All @@ -100,7 +103,6 @@ static int two = 2;
#endif

static int zero;
static int one = 1;
static unsigned long one_ul = 1;
static int one_hundred = 100;

Expand Down

0 comments on commit 0204e7b

Please sign in to comment.