summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-12 17:46:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-12 17:46:47 +0000
commit7d953c2d08e6abd17bd81b75b6c3de920f7fe3c3 (patch)
tree328ff0f48fe5f9a3674cb3fec4cd0357c8531221 /cpukit/score/cpu/sh/rtems/score/cpu.h
parent2001-10-12 Alexandra Kossovsky <sasha@oktet.ru> (diff)
downloadrtems-7d953c2d08e6abd17bd81b75b6c3de920f7fe3c3.tar.bz2
2001-10-12 Joel Sherrill <joel@OARcorp.com>
* asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes and made sure there were no includes from the libcpu tree.
Diffstat (limited to 'cpukit/score/cpu/sh/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/sh/rtems/score/cpu.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/cpukit/score/cpu/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h
index 16777170db..60d3fbd6ed 100644
--- a/cpukit/score/cpu/sh/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sh/rtems/score/cpu.h
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
*
- * COPYRIGHT (c) 1998.
+ * COPYRIGHT (c) 1998-2001.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -135,8 +134,8 @@ extern "C" {
*/
#if SH_HAS_FPU
-/* FIXME: What about CPU_SOFTWARE_FP ? */
#define CPU_HARDWARE_FP TRUE
+#define CPU_SOFTWARE_FP FALSE
#else
#define CPU_SOFTWARE_FP FALSE
#define CPU_HARDWARE_FP FALSE
@@ -211,9 +210,6 @@ extern "C" {
#if SH_HAS_FPU
#define CPU_USE_DEFERRED_FP_SWITCH FALSE
#else
-/* FIXME: Is this needed?
- * Only here for backward compatibility with previous versions
- */
#define CPU_USE_DEFERRED_FP_SWITCH TRUE
#endif