summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-06-12 17:10:47 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-06-12 17:10:47 +0000
commit3399c4b4b5d6c5c15a068b49b5fd928bde47179c (patch)
tree2a1bc423ddcef8f4ff7c0480eaf2c7c1eecdc22e
parent8cec0c327e337a39a577736993d30d91a9566453 (diff)
Removed remote debugging stuff which isn't in the Linus' official kernel. We
don't need it anylonger.
-rw-r--r--init/main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/init/main.c b/init/main.c
index 2e502b1e0..b7db97d6a 100644
--- a/init/main.c
+++ b/init/main.c
@@ -339,9 +339,6 @@ extern void ipc_init(void);
#ifdef CONFIG_MIPS_JAZZ
#include <asm/jazzdma.h>
#endif
-#ifdef CONFIG_REMOTE_DEBUG
-#include <asm/gdb-stub.h>
-#endif
extern int serial_console;
@@ -1154,10 +1151,6 @@ asmlinkage void __init start_kernel(void)
memset(prof_buffer, 0, prof_len * sizeof(unsigned int));
}
-#ifdef CONFIG_REMOTE_DEBUG
- set_debug_traps();
- /* breakpoint(); */ /* execute a BREAK insn */
-#endif
memory_start = kmem_cache_init(memory_start, memory_end);
sti();
calibrate_delay();