summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c')
-rw-r--r--c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c b/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c
deleted file mode 100644
index 4c079c3b31..0000000000
--- a/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * This set of routines are the BSP specific initialization
- * support routines.
- *
- * COPYRIGHT (c) 1989-2009.
- * On-Line Applications Research Corporation (OAR).
- *
- * 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.
- *
- * Ported to ERC32 implementation of the SPARC by On-Line Applications
- * Research Corporation (OAR) under contract to the European Space
- * Agency (ESA).
- *
- * ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
- * European Space Agency.
- */
-
-#include <bsp.h>
-#include <bsp/bootcard.h>
-
-void bsp_pretasking_hook(void)
-{
- bsp_spurious_initialize();
-}