This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8687 - Use hardware interrupt handler table lookups available in DM320 interrupt controller
Attached to Project:
Rockbox
Opened by Maurus Cuelenaere (mcuelenaere) - Wednesday, 05 March 2008, 23:04 GMT+1
Last edited by Thomas Martitz (kugel.) - Sunday, 05 June 2011, 13:35 GMT+1
Opened by Maurus Cuelenaere (mcuelenaere) - Wednesday, 05 March 2008, 23:04 GMT+1
Last edited by Thomas Martitz (kugel.) - Sunday, 05 June 2011, 13:35 GMT+1
|
DetailsThis is the modifications to system-dm320.c also included in
|
This task depends upon
Closed by Thomas Martitz (kugel.)
Sunday, 05 June 2011, 13:35 GMT+1
Reason for closing: Out of Date
Additional comments about closing: There doesn't seem to be interest in this anymore. Open a new task if this is wrong.
Sunday, 05 June 2011, 13:35 GMT+1
Reason for closing: Out of Date
Additional comments about closing: There doesn't seem to be interest in this anymore. Open a new task if this is wrong.
These are the ...
This changes the way interrupts are handled to take advantage of the hardware looking of handler address(as described in the DM320 datasheet), it should save a few instruction in the IRQ/FIQ handlers and could save custom IRQ handler code bugs.