summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/shared/m68000spurious.c
diff options
context:
space:
mode:
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