summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-22 15:25:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-22 15:25:55 +0000
commite35761bf12eb389b689c6eb055a90822ce0af4db (patch)
tree57d9b42bd80e5db2431a8139791eb8b010a4fce4 /c/src/lib/libbsp/m68k/mvme147/include/bsp.h
parent2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-e35761bf12eb389b689c6eb055a90822ce0af4db.tar.bz2
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/include/bsp.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme147/include/bsp.h b/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
index 868360ba6a..0e2f315da4 100644
--- a/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme147/include/bsp.h
@@ -123,24 +123,6 @@ struct pcc_map {
#define EXTERN extern
#endif
-/*
- * Define the interrupt mechanism for Time Test 27
- *
- * NOTE: Use the MPCSR vector for the MVME147
- */
-
-#define MUST_WAIT_FOR_INTERRUPT 0
-
-#define Install_tm27_vector( handler ) set_vector( (handler), \
- SOFT_1_VECTOR, 1 )
-
-#define Cause_tm27_intr() pcc->software_int_1_control = 0x0c
- /* generate level 4 sotware int. */
-
-#define Clear_tm27_intr() pcc->software_int_1_control = 0x00
-
-#define Lower_tm27_intr()
-
/* miscellaneous stuff assumed to exist */
extern rtems_configuration_table BSP_Configuration;