Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-19 | [MIPS] Rewrite all the assembler interrupt handlers to C. | Ralf Baechle | 1 | -77/+0 | |
Saves like 1,600 lines of code, is way easier to debug, compilers frequently do a better job than the cut and paste type of handlers many boards had. And finally having all the stuff done in a single place also means alot of bug potencial for the MT ASE is gone. The only surviving handler in assembler is the DECstation one; I hope Maciej will rewrite it. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||||
2006-04-19 | [MIPS] Rewrite spurious_interrupt from assembler to C. | Ralf Baechle | 1 | -1/+2 | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||||
2005-10-29 | Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it. | Pete Popov | 1 | -0/+76 | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> |