commit | d21c089acf7016bb22ab81a96c5e20ca8075e3ea | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Wed Nov 26 17:02:43 2008 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Nov 26 17:02:43 2008 -0500 |
tree | fb11094ee8d95707a8e6b1668b72e7d3c3bd4e3b | |
parent | 952974e3eccaefc667466e8309e15a7fbb867326 [diff] |
Enable a default hw irq handler. Also, only route hw irqs to their handlers when they are enabled. (This ensures that if a subsystem is disabled that the default hwirq handler will be used.) Add helper macros to declare the extern asm handlers. Always enable the RTC hwirq at startup (as opposed to when it is first used). Fix bug in default handler - wrong bit was used for checking the cascaded irq.