diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-14 09:10:01 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-14 09:10:01 +0900 |
commit | a226d33abccff1959cec911da4143ea06ab22052 (patch) | |
tree | 3dc9154f56eb328ae6257e09b02a183de46f4763 /include/asm-sh64 | |
parent | 6b5d1a0a2ff4fc5a26029f62eef033224ce0fa97 (diff) |
sh64: Fixups for the irq_regs changes.
A few interrupt handlers were never updated, fix them up.
We were missing the irq_regs conversion also, so do that
at the same time.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh64')
-rw-r--r-- | include/asm-sh64/irq_regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh64/irq_regs.h b/include/asm-sh64/irq_regs.h new file mode 100644 index 00000000000..3dd9c0b7027 --- /dev/null +++ b/include/asm-sh64/irq_regs.h @@ -0,0 +1 @@ +#include <asm-generic/irq_regs.h> |