summaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel/nmi_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* [AVR32] NMI debuggingHaavard Skinnemoen2008-01-251-0/+82
Change the NMI handler to use the die notifier chain to signal anyone who cares. Add a simple "nmi debugger" which hooks into this chain and that may dump registers, task state, etc. when it happens. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>