aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/SPC560Pxx/vectors.s
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-04 10:01:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-04 10:01:23 +0000
commitf6b73aded1d40e6932dce69f0035030714c4fea2 (patch)
treeac16537f35d51490aeeca9e59c395a73e19d49b7 /os/ports/GCC/PPC/SPC560Pxx/vectors.s
parent56cc87ba13a2794c7214fcab0f19f7153c621578 (diff)
downloadChibiOS-f6b73aded1d40e6932dce69f0035030714c4fea2.tar.gz
ChibiOS-f6b73aded1d40e6932dce69f0035030714c4fea2.tar.bz2
ChibiOS-f6b73aded1d40e6932dce69f0035030714c4fea2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4736 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC/SPC560Pxx/vectors.s')
-rw-r--r--os/ports/GCC/PPC/SPC560Pxx/vectors.s18
1 files changed, 1 insertions, 17 deletions
diff --git a/os/ports/GCC/PPC/SPC560Pxx/vectors.s b/os/ports/GCC/PPC/SPC560Pxx/vectors.s
index 1d09e9ce3..515fdd188 100644
--- a/os/ports/GCC/PPC/SPC560Pxx/vectors.s
+++ b/os/ports/GCC/PPC/SPC560Pxx/vectors.s
@@ -26,24 +26,8 @@
* @{
*/
-/*
- * Imports the PPC configuration headers.
- */
-#define _FROM_ASM_
-#include "chconf.h"
-#include "chcore.h"
-
#if !defined(__DOXYGEN__)
- /* BAM info, SWT off, WTE off, VLE from settings.*/
- .section .bam, "ax"
-#if PPC_USE_VLE
- .long 0x015A0000
-#else
- .long 0x005A0000
-#endif
- .long _boot_address
-
/* Software vectors table. The vectors are accessed from the IVOR4
handler only. In order to declare an interrupt handler just create
a function withe the same name of a vector, the symbol will
@@ -1099,7 +1083,7 @@ vector259:
.weak vector260
vector260:
- .weak _unhandled_irq
+ .weak _unhandled_irq
.type _unhandled_irq, @function
_unhandled_irq:
b _unhandled_irq