summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-23 20:11:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-23 20:11:09 +0000
commite5962ef59d07d47f9f6949539272518ee4846cf3 (patch)
treea1226f923439464fa77be27ec79623d7ccd44d0b /c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c
parent2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e5962ef59d07d47f9f6949539272518ee4846cf3.tar.bz2
2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/bsppretaskinghook.c: New file. Was really common. * shared/bspstart.c: Removed. Was really leon2 specific.
Diffstat (limited to 'c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c')
-rw-r--r--c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c b/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c
new file mode 100644
index 0000000000..1157807616
--- /dev/null
+++ b/c/src/lib/libbsp/sparc/shared/bsppretaskinghook.c
@@ -0,0 +1,28 @@
+/*
+ * 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.com/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.
+ *
+ * $Id$
+ */
+
+#include <bsp.h>
+#include <bsp/bootcard.h>
+
+void bsp_pretasking_hook(void)
+{
+ bsp_spurious_initialize();
+}