summaryrefslogtreecommitdiff
path: root/include/asm-xtensa/irq_regs.h
diff options
context:
space:
mode:
authorChris Zankel <czankel@tensilica.com>2006-12-10 10:18:47 (GMT)
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-10 17:55:39 (GMT)
commitfd43fe19b830d6cd0eba08a6c6a5f71a6bd9c1b0 (patch)
tree5225910274cbf362143a80b95b6b38c4a7d22e6d /include/asm-xtensa/irq_regs.h
parent5fcf7bb73f66cc1c4ad90788b0f367c4d6852b75 (diff)
downloadlinux-fsl-qoriq-fd43fe19b830d6cd0eba08a6c6a5f71a6bd9c1b0.tar.xz
[PATCH] xtensa: fix irq and misc fixes
Update the architecture specific interrupt handling code for Xtensa to support the new API. Use generic BUG macros in bug.h, and some minor fixes. Signed-off-by: Chris Zankel <chris@zankel.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-xtensa/irq_regs.h')
-rw-r--r--include/asm-xtensa/irq_regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-xtensa/irq_regs.h b/include/asm-xtensa/irq_regs.h
new file mode 100644
index 0000000..3dd9c0b
--- /dev/null
+++ b/include/asm-xtensa/irq_regs.h
@@ -0,0 +1 @@
+#include <asm-generic/irq_regs.h>