ARM: add notify_die() support
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 20 Jan 2010 17:02:54 +0000 (17:02 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 15 Feb 2010 21:39:14 +0000 (21:39 +0000)
commita9221de66d2d94e6e34c3f56bbdd744935020737
treed28a14e4a536a282aff11ae135c19c3a8b237b40
parent2b0d8c251b8876d530a6bf671eb5425838fa698a
ARM: add notify_die() support

Kernel debuggers want to be informed of die() events, so that they
can take some action to allow the problem to be inspected.  Provide
the hook in a similar manner to x86.

Note that we currently don't implement the individual trap hooks.

Acked-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/system.h
arch/arm/kernel/traps.c