summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc64/niagara/start/bspinit.S')
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/start/bspinit.S35
1 files changed, 0 insertions, 35 deletions
diff --git a/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S b/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
deleted file mode 100644
index 70ddd0ff6e..0000000000
--- a/c/src/lib/libbsp/sparc64/niagara/start/bspinit.S
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * bspinit.S
- *
- * COPYRIGHT (c) 2010 Gedare Bloom.
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-/*
- *
- * BSP specific initialization for Sparc64 RTEMS -- sun4v BSP
- *
- * This code defines start code specific to the sun4v BSP
- */
-
-#include <rtems/asm.h>
-#include <rtems/score/cpu.h>
-
-#define STACK_WINDOW_SAVE_AREA_SIZE (16*8)
-
-.section .text
-
-PUBLIC(_BSP_init)
- .global _BSP_init
- SYM(_BSP_init):
-
- save %sp, -STACK_WINDOW_SAVE_AREA_SIZE, %sp
-
-
-
- ret
- restore
-