summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-15 17:31:04 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-19 17:00:55 -0500
commit6e14a99b5819ef278beb19e53aec5518e5d16007 (patch)
tree7130aa92d92534767e0176392524e0a90b345c3a /c/src/lib/libbsp/m68k/shared/bspspuriousinit.c
parentm68k/mvme162: Fix warnings (diff)
downloadrtems-6e14a99b5819ef278beb19e53aec5518e5d16007.tar.bz2
m68k/shared and sim68000: Fix warnings
Diffstat (limited to 'c/src/lib/libbsp/m68k/shared/bspspuriousinit.c')
-rw-r--r--c/src/lib/libbsp/m68k/shared/bspspuriousinit.c14
1 files changed, 5 insertions, 9 deletions
diff --git a/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c b/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c
index 12b3826b6a..e60a40318f 100644
--- a/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c
+++ b/c/src/lib/libbsp/m68k/shared/bspspuriousinit.c
@@ -1,10 +1,12 @@
/*
- * CXX Spurious Trap Handler Install Routine
+ * M68000 Spurious Trap Handler Install Routine
*
* This is just enough of a trap handler to let us know what
* the likely source of the trap was.
- *
- * COPYRIGHT (c) 1989-1999.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -20,12 +22,6 @@
*
* Install the spurious handler for most vectors.
*/
-
-rtems_isr bsp_spurious_handler(
- rtems_vector_number vector/*,
- CPU_Interrupt_frame *isf */
-);
-
void bsp_spurious_initialize(void)
{
uint32_t vector;