powerpc: Merge xmon
[deliverable/linux.git] / arch / powerpc / kernel / setup_32.c
index 7c99e6b8c76cd018b6cf4582ac212d045a992f2c..9680ae99b0845d5cd394e18400cdb68025b12474 100644 (file)
@@ -302,8 +302,10 @@ void __init setup_arch(char **cmdline_p)
 
 #ifdef CONFIG_XMON
        xmon_map_scc();
-       if (strstr(cmd_line, "xmon"))
-               xmon(NULL);
+       if (strstr(cmd_line, "xmon")) {
+               xmon_init(1);
+               debugger(NULL);
+       }
 #endif /* CONFIG_XMON */
        if ( ppc_md.progress ) ppc_md.progress("setup_arch: enter", 0x3eab);
 
This page took 0.02565 seconds and 5 git commands to generate.