x86: kgdb support
authorIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 18:05:37 +0000 (20:05 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 18:05:37 +0000 (20:05 +0200)
commit82da3ff89dc2a1842cff9b0d4cbc345cb90b59e1
treef802b14eeaab231a940b9e974641b007f5815818
parentf2d937f3bf00665ccf048b3b6616ef95859b0945
x86: kgdb support

simplified and streamlined kgdb support on x86, both 32-bit and 64-bit,
based on patch from:

  Subject: kgdb: core-lite
  From: Jason Wessel <jason.wessel@windriver.com>

[ and countless other authors - see the patch for details. ]

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig
arch/x86/kernel/Makefile
arch/x86/kernel/kgdb.c [new file with mode: 0644]
include/asm-x86/kgdb.h [new file with mode: 0644]