diff options
Diffstat (limited to 'kernel/locking/lockdep.c')
-rw-r--r-- | kernel/locking/lockdep.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c index 160b5d6df7cb..db933d063bfc 100644 --- a/kernel/locking/lockdep.c +++ b/kernel/locking/lockdep.c | |||
@@ -76,7 +76,11 @@ module_param(lock_stat, int, 0644); | |||
76 | #define lock_stat 0 | 76 | #define lock_stat 0 |
77 | #endif | 77 | #endif |
78 | 78 | ||
79 | #ifdef CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK | ||
80 | static int crossrelease_fullstack = 1; | ||
81 | #else | ||
79 | static int crossrelease_fullstack; | 82 | static int crossrelease_fullstack; |
83 | #endif | ||
80 | static int __init allow_crossrelease_fullstack(char *str) | 84 | static int __init allow_crossrelease_fullstack(char *str) |
81 | { | 85 | { |
82 | crossrelease_fullstack = 1; | 86 | crossrelease_fullstack = 1; |