mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused). * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
|
||||
* rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
|
||||
|
||||
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector,
|
||||
|
||||
@@ -722,10 +722,6 @@ void _BSP_Fatal_error(unsigned int);
|
||||
|
||||
/* end of Priority handler macros */
|
||||
|
||||
/* variables */
|
||||
|
||||
extern const uint32_t _CPU_msrs[4];
|
||||
|
||||
/*
|
||||
* Until all new-exception processing BSPs have fixed
|
||||
* PR288, we let the good BSPs pass
|
||||
|
||||
@@ -894,12 +894,6 @@ void _CPU_ISR_install_raw_handler(
|
||||
|
||||
/* end of Priority handler macros */
|
||||
|
||||
/* variables */
|
||||
|
||||
#ifndef ASM
|
||||
extern const uint32_t _CPU_msrs[4];
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user