2003-09-26 Joel Sherrill <joel@OARcorp.com>

* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
	PA-RISC port and removing all references.
This commit is contained in:
Joel Sherrill
2003-09-26 21:56:51 +00:00
parent 3b1c100448
commit 1aa101ba9b
3 changed files with 5 additions and 14 deletions
+5
View File
@@ -1,3 +1,8 @@
2003-09-26 Joel Sherrill <joel@OARcorp.com>
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
PA-RISC port and removing all references.
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
@@ -139,13 +139,6 @@ extern "C" {
* If TRUE, then the RTEMS_FLOATING_POINT task attribute is assumed.
* If FALSE, then the RTEMS_FLOATING_POINT task attribute is followed.
*
* So far, the only CPU in which this option has been used is the
* HP PA-RISC. The HP C compiler and gcc both implicitly use the
* floating point registers to perform integer multiplies. If
* a function which you would not think utilize the FP unit DOES,
* then one can not easily predict which tasks will use the FP hardware.
* In this case, this option should be TRUE.
*
* If CPU_HARDWARE_FP is FALSE, then this should be FALSE as well.
*/
@@ -144,13 +144,6 @@ typedef void ( *ppc_isr_entry )( int, struct CPU_Interrupt_frame * );
* If TRUE, then the RTEMS_FLOATING_POINT task attribute is assumed.
* If FALSE, then the RTEMS_FLOATING_POINT task attribute is followed.
*
* So far, the only CPU in which this option has been used is the
* HP PA-RISC. The HP C compiler and gcc both implicitly use the
* floating point registers to perform integer multiplies. If
* a function which you would not think utilize the FP unit DOES,
* then one can not easily predict which tasks will use the FP hardware.
* In this case, this option should be TRUE.
*
* If CPU_HARDWARE_FP is FALSE, then this should be FALSE as well.
*/