aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC/chcore2.s
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-31 15:52:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-10-31 15:52:26 +0000
commit2bca32f80b989a211fb39b7e04ef5834f79fea4a (patch)
treeb2d99a8a47fc2f1b39b0d244cd984cb6c696c135 /demos/ARM7-LPC214x-GCC/chcore2.s
parent61319fc705563c68e8f40ca9857b1521b8d47ba9 (diff)
downloadChibiOS-2bca32f80b989a211fb39b7e04ef5834f79fea4a.tar.gz
ChibiOS-2bca32f80b989a211fb39b7e04ef5834f79fea4a.tar.bz2
ChibiOS-2bca32f80b989a211fb39b7e04ef5834f79fea4a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@71 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/chcore2.s')
-rw-r--r--demos/ARM7-LPC214x-GCC/chcore2.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chcore2.s b/demos/ARM7-LPC214x-GCC/chcore2.s
index 97a38fdfe..f734eebba 100644
--- a/demos/ARM7-LPC214x-GCC/chcore2.s
+++ b/demos/ARM7-LPC214x-GCC/chcore2.s
@@ -155,16 +155,6 @@ UART1IrqHandler:
bl UART1Irq
b IrqCommon
-.globl SSPIrqHandler
-SSPIrqHandler:
- sub lr, lr, #4
- stmfd sp!, {r0-r3, r12, lr}
- mrs r0, SPSR // Workaround for ARM7TDMI+VIC
- tst r0, #I_BIT // spurious interrupts.
- ldmnefd sp!, {r0-r3, r12, pc}^
- bl SSPIrq
- b IrqCommon
-
/*
* Common exit point for all IRQ routines, it performs the rescheduling if
* required.