Move kernel/kgdb.c to kernel/debug/debug_core.c
authorJason Wessel <jason.wessel@windriver.com>
Tue, 19 May 2009 12:49:32 +0000 (07:49 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Fri, 21 May 2010 02:04:18 +0000 (21:04 -0500)
commitc433820971ffa854feda6adc17f5f24201354f11
treeefb8028cc56e36eeade40d3a96bb461a242bab51
parenta0fe3cc5d36a5f5b4f60abfe1a4b1caf4a5cce5a
Move kernel/kgdb.c to kernel/debug/debug_core.c

Move kgdb.c in preparation to separate the gdbstub from the debug
core and exception handling.

CC: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
kernel/Makefile
kernel/debug/Makefile [new file with mode: 0644]
kernel/debug/debug_core.c [moved from kernel/kgdb.c with 100% similarity]