|
@@ -50,7 +50,7 @@ void dump_stack(void)
|
|
EXPORT_SYMBOL(dump_stack);
|
|
EXPORT_SYMBOL(dump_stack);
|
|
|
|
|
|
/*Stolen from arch/i386/kernel/traps.c */
|
|
/*Stolen from arch/i386/kernel/traps.c */
|
|
-static int kstack_depth_to_print = 24;
|
|
|
|
|
|
+static const int kstack_depth_to_print = 24;
|
|
|
|
|
|
/* This recently started being used in arch-independent code too, as in
|
|
/* This recently started being used in arch-independent code too, as in
|
|
* kernel/sched.c.*/
|
|
* kernel/sched.c.*/
|