summaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte/sb1250/Makefile
diff options
context:
space:
mode:
authorRalf Baechle2006-04-03 18:56:36 +0200
committerRalf Baechle2006-04-19 04:14:21 +0200
commite4ac58afdfac792c0583af30dbd9eae53e24c78b (patch)
tree7517bef2c515fc630e4d3d238867b91cde96f558 /arch/mips/sibyte/sb1250/Makefile
parent[MIPS] Fix the crime against humanity that mipsIRQ.S is. (diff)
downloadkernel-qcow2-linux-e4ac58afdfac792c0583af30dbd9eae53e24c78b.tar.gz
kernel-qcow2-linux-e4ac58afdfac792c0583af30dbd9eae53e24c78b.tar.xz
kernel-qcow2-linux-e4ac58afdfac792c0583af30dbd9eae53e24c78b.zip
[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: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/sb1250/Makefile')
-rw-r--r--arch/mips/sibyte/sb1250/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sibyte/sb1250/Makefile b/arch/mips/sibyte/sb1250/Makefile
index a8af84697588..a2fdbd62f8ac 100644
--- a/arch/mips/sibyte/sb1250/Makefile
+++ b/arch/mips/sibyte/sb1250/Makefile
@@ -1,4 +1,4 @@
-obj-y := setup.o irq.o irq_handler.o time.o
+obj-y := setup.o irq.o time.o
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_SIBYTE_TBPROF) += bcm1250_tbprof.o