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)
- 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.


No differences found