[ARM] Add ability to dump exception stacks to kernel backtraces

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2007-03-02 15:01:36 +00:00
committed by Russell King
parent 46fcc86dd7
commit 7ab3f8d595
6 changed files with 101 additions and 85 deletions

View File

@ -76,6 +76,8 @@
#include <linux/linkage.h>
#include <linux/irqflags.h>
#define __exception __attribute__((section(".exception.text")))
struct thread_info;
struct task_struct;