ARM: show short message on segfault
[pandora-kernel.git] / arch / arm / kernel / traps.c
index 7d12e73..071772c 100644 (file)
@@ -48,7 +48,7 @@ static const char *handler[]= {
 void *vectors_page;
 
 #ifdef CONFIG_DEBUG_USER
-unsigned int user_debug;
+unsigned int user_debug = UDBG_SEGV_SHORT;
 
 static int __init user_debug_setup(char *str)
 {