Skip to content
Snippets Groups Projects
Commit e4ac58af authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Rewrite all the assembler interrupt handlers to C.


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: default avatarRalf Baechle <ralf@linux-mips.org>
parent d35d473c
No related branches found
No related tags found
Loading
Showing
with 92 additions and 477 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment