summaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm/system.h
diff options
context:
space:
mode:
authorYoshinori Sato2008-10-16 07:01:17 +0200
committerLinus Torvalds2008-10-16 20:21:29 +0200
commit9791af55b5edb44d89608b9934a0022e7a27f625 (patch)
tree9bb9ffa8e927879e8aefb81afdb6398a0406ea5f /arch/h8300/include/asm/system.h
parenth8300: update timer handler - misc update (diff)
downloadkernel-qcow2-linux-9791af55b5edb44d89608b9934a0022e7a27f625.tar.gz
kernel-qcow2-linux-9791af55b5edb44d89608b9934a0022e7a27f625.tar.xz
kernel-qcow2-linux-9791af55b5edb44d89608b9934a0022e7a27f625.zip
h8300: GENERIC_BUG support
CONFIG_GENERIC_BUG support. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/h8300/include/asm/system.h')
-rw-r--r--arch/h8300/include/asm/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/system.h b/arch/h8300/include/asm/system.h
index 4b8e475908ae..d98d97685f06 100644
--- a/arch/h8300/include/asm/system.h
+++ b/arch/h8300/include/asm/system.h
@@ -155,4 +155,6 @@ static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int siz
#define arch_align_stack(x) (x)
+void die(char *str, struct pt_regs *fp, unsigned long err);
+
#endif /* _H8300_SYSTEM_H */