summaryrefslogtreecommitdiff
path: root/src/cpu/ppc/ppc970/ppc970excp.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ppc/ppc970/ppc970excp.S')
-rwxr-xr-xsrc/cpu/ppc/ppc970/ppc970excp.S11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cpu/ppc/ppc970/ppc970excp.S b/src/cpu/ppc/ppc970/ppc970excp.S
deleted file mode 100755
index f14eaa22c2..0000000000
--- a/src/cpu/ppc/ppc970/ppc970excp.S
+++ /dev/null
@@ -1,11 +0,0 @@
-
-#include <ppc970.h>
-
-/*----------------------------------------------------------------------------+
-| Init_excp. The external interrupt vector should never be called before
-| io_init() is called so it can be removed from this file.
-+----------------------------------------------------------------------------*/
- function_prolog(init_excp)
- .space 0x100
- b .init_core /* 0100 */
- function_epilog(init_excp)