summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/shared/m68000spurious.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/m68000spurious.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/m68000spurious.c')
-rw-r--r--c/src/lib/libbsp/m68k/shared/m68000spurious.c17
1 files changed, 6 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/m68k/shared/m68000spurious.c b/c/src/lib/libbsp/m68k/shared/m68000spurious.c
index e511ebbe74..aeffa456b5 100644
--- a/c/src/lib/libbsp/m68k/shared/m68000spurious.c
+++ b/c/src/lib/libbsp/m68k/shared/m68000spurious.c
@@ -1,10 +1,12 @@
/*
- * C3X Spurious Trap Handler
+ * M68000 Spurious Trap Handler
*
* 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,15 +22,8 @@
*
* Print a message on the debug console and then die
*/
-
-void bsp_spurious_handler_assistant(
- rtems_vector_number /*,
- CPU_Interrupt_frame * */
-);
-
rtems_isr bsp_spurious_handler(
- rtems_vector_number vector /*,
- CPU_Interrupt_frame *isf */
+ rtems_vector_number vector
)
{
#if 0