CRIS v32: Update and simplify kernel/irq.c.
authorJesper Nilsson <jesper.nilsson@axis.com>
Fri, 30 Nov 2007 17:09:54 +0000 (18:09 +0100)
committerJesper Nilsson <jesper.nilsson@axis.com>
Fri, 8 Feb 2008 10:06:27 +0000 (11:06 +0100)
commit693d9847b210f3812bed975d1c8edae90b8f8e1c
treeaad83572d6fc64d8064005583d5da3ec84a9c0bb
parent96e476697d7ed025bfa1af4073e825901b5c6b1a
CRIS v32: Update and simplify kernel/irq.c.

- First timer register has changed name to timer0.
- Build IRQs with only IRQ number, mask bit will be calculated instead.
- Add more IRQs, up to 64 supported.
- Use arrays to hold which IRQs triggered instead of trying to do magic
  with two 32 bit values now that more than 32 IRQs are supported.
arch/cris/arch-v32/kernel/irq.c