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+2
Opened by Maurus Cuelenaere (mcuelenaere) - Wednesday, 05 March 2008, 23:04 GMT+2
|
DetailsThis is the modifications to system-dm320.c also included in FS#8686.
|
This task depends upon
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.