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:
Ralf Corsepius
2005-02-15 16:50:09 +00:00
parent 5bd1219753
commit 6429c7e007
3 changed files with 5 additions and 10 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -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