forked from Imagelibrary/rtems
2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpu.c: Fix #ifdefs, add missing #endif.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* cpu.c: Fix #ifdefs, add missing #endif.
|
||||||
|
|
||||||
2001-10-12 Joel Sherrill <joel@OARcorp.com>
|
2001-10-12 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
|
* asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ void _CPU_ISR_install_raw_handler(
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(sh1) || defined(sh2)
|
#if defined(__sh1__) || defined(__sh2__)
|
||||||
void _CPU_ISR_install_vector(
|
void _CPU_ISR_install_vector(
|
||||||
unsigned32 vector,
|
unsigned32 vector,
|
||||||
proc_ptr new_handler,
|
proc_ptr new_handler,
|
||||||
@@ -190,6 +190,7 @@ void _CPU_ISR_install_vector(
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif /* _CPU_ISR_install_vector */
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* cpu.c: Fix #ifdefs, add missing #endif.
|
||||||
|
|
||||||
2001-10-12 Joel Sherrill <joel@OARcorp.com>
|
2001-10-12 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
|
* asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ void _CPU_ISR_install_raw_handler(
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(sh1) || defined(sh2)
|
#if defined(__sh1__) || defined(__sh2__)
|
||||||
void _CPU_ISR_install_vector(
|
void _CPU_ISR_install_vector(
|
||||||
unsigned32 vector,
|
unsigned32 vector,
|
||||||
proc_ptr new_handler,
|
proc_ptr new_handler,
|
||||||
@@ -190,6 +190,7 @@ void _CPU_ISR_install_vector(
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif /* _CPU_ISR_install_vector */
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user