summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-25 17:17:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-25 17:17:06 +0000
commit4b9a98ca60dedb1d07b82f6211cc3661fed3bd98 (patch)
tree0df358c2b893731e32b212157355f965686c98d4 /cpukit/score/cpu/no_cpu/rtems
parent2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-4b9a98ca60dedb1d07b82f6211cc3661fed3bd98.tar.bz2
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/no_cpu.h: Modified so there are fewer and more consistent variations on "no cpu" so it is easier to sed the source as the starting point for a new port.
Diffstat (limited to 'cpukit/score/cpu/no_cpu/rtems')
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
index 6708a7abbd..d8dce74c59 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
@@ -1,7 +1,9 @@
/* no_cpu.h
*
- * This file is an example (i.e. no CPU) of the file which is
- * created for each CPU family port of RTEMS.
+ * This file sets up basic CPU dependency settings based on
+ * compiler settings. For example, it can determine if
+ * floating point is available. This particular implementation
+ * is specified to the NO CPU port.
*
*
* COPYRIGHT (c) 1989-1999.
@@ -24,7 +26,7 @@ extern "C" {
/*
* This file contains the information required to build
- * RTEMS for a particular member of the no CPU family.
+ * RTEMS for a particular member of the NO CPU family.
* It does this by setting variables to indicate which
* implementation dependent features are present in a particular
* member of the family.