[PATCH] x86: add sysctl for kstack_depth_to_print
[deliverable/linux.git] / arch / i386 / kernel / traps.c
index 7b2f9f022089a087628510fe74c072dd9f4dc753..1d48a75fa3381da933ea02ebbb82981685667a74 100644 (file)
@@ -91,7 +91,7 @@ asmlinkage void alignment_check(void);
 asmlinkage void spurious_interrupt_bug(void);
 asmlinkage void machine_check(void);
 
-static int kstack_depth_to_print = 24;
+int kstack_depth_to_print = 24;
 #ifdef CONFIG_STACK_UNWIND
 static int call_trace = 1;
 #else
This page took 0.023723 seconds and 5 git commands to generate.