commit | 693d9847b210f3812bed975d1c8edae90b8f8e1c | [log] [tgz] |
---|---|---|
author | Jesper Nilsson <jesper.nilsson@axis.com> | Fri Nov 30 18:09:54 2007 +0100 |
committer | Jesper Nilsson <jesper.nilsson@axis.com> | Fri Feb 08 11:06:27 2008 +0100 |
tree | aad83572d6fc64d8064005583d5da3ec84a9c0bb | |
parent | 96e476697d7ed025bfa1af4073e825901b5c6b1a [diff] |
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.