mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 23:40:15 +00:00
2004-09-29 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, include/tm27.h: i960 obsoleted and all references removed.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-09-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h, include/tm27.h: i960 obsoleted and all references
|
||||
removed.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* bsp.h
|
||||
*
|
||||
* This include file contains some definitions specific to the
|
||||
* i960 simulator in gdb.
|
||||
* h8 simulator in gdb.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
@@ -13,8 +13,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __CVME961_h
|
||||
#define __CVME961_h
|
||||
#ifndef __H8SIM_h
|
||||
#define __H8SIM_h
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -66,10 +66,6 @@ extern rtems_configuration_table BSP_Configuration;
|
||||
|
||||
void bsp_cleanup( void );
|
||||
|
||||
/*
|
||||
i960_isr_entry set_vector( rtems_isr_entry, unsigned int, unsigned int );
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
|
||||
#define Install_tm27_vector( handler ) /* set_vector( (handler), 6, 1 ) */
|
||||
|
||||
#define Cause_tm27_intr() /* i960_cause_intr( 0x62 ) */
|
||||
#define Cause_tm27_intr() /* XXX */
|
||||
|
||||
#define Clear_tm27_intr() /* i960_clear_intr( 6 ) */
|
||||
#define Clear_tm27_intr() /* XXX */
|
||||
|
||||
#define Lower_tm27_intr() /* empty */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user