From: Jason Wessel Date: Tue, 29 Jul 2008 20:58:53 +0000 (-0500) Subject: [MIPS] kgdb: add arch support for the kernel's kgdb core X-Git-Tag: v2.6.27-rc2~114^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8854700115ecf8aa6f087aa915b7b6cf18090d39;p=pandora-kernel.git [MIPS] kgdb: add arch support for the kernel's kgdb core The new kgdb architecture specific handler registers and unregisters dynamically for exceptions depending on when you configure a kgdb I/O driver. Aside from initializing the exceptions earlier in the boot process, kgdb should have no impact on a device when it is compiled in so long as an I/O module is not configured for use. There have been quite a number of contributors during the existence of this patch (see arch/mips/kernel/kgdb.c). Most recently Jason re-wrote the mips kgdb logic to use the die notification handlers. Signed-off-by: Jason Wessel Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed