summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2014-10-13 15:07:10 -0400
committerGedare Bloom <gedare@rtems.org>2014-10-13 15:07:10 -0400
commit2d7029d55940d9fcf1101c7702d86dae17474769 (patch)
tree62e927009fed573592009986ea52ff383134e12e /c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c
parentsparc64: fix warnings in cpukit/score/cpu (diff)
downloadrtems-2d7029d55940d9fcf1101c7702d86dae17474769.tar.bz2
sparc64: remove sparc64_install_isr_entries and its callers.
sparc64_install_isr_entries function is no longer used. Removing it also allows to use the default bsppredriverhook for usiii and bspstart for niagara.
Diffstat (limited to 'c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c')
-rw-r--r--c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c b/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c
deleted file mode 100644
index fd3927ad3a..0000000000
--- a/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * This is a bsp_predriver_hook routine for sparc64
- *
- * COPYRIGHT (c) 1989-2007.
- * 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.
- */
-
-#include <bsp/bootcard.h>
-
-extern void sparc64_install_isr_entries(void);
-
-void bsp_predriver_hook( void )
-{
- sparc64_install_isr_entries();
-}