summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/rtems/score/i386.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-27 14:37:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-27 14:37:17 +0000
commit318f59124150fe6999573a53f2cccdd2195ec028 (patch)
tree3841bb22f4c72c2e0776c01d703378f32212cadf /cpukit/score/cpu/i386/rtems/score/i386.h
parentFirst attempt at debugging. (diff)
downloadrtems-318f59124150fe6999573a53f2cccdd2195ec028.tar.bz2
Added after report from Quality Quorum <qqi@world.std.com> that
pc686.cfg was not present.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/i386/rtems/score/i386.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/cpu/i386/rtems/score/i386.h b/cpukit/score/cpu/i386/rtems/score/i386.h
index 4ddf0c5eab..977670a75b 100644
--- a/cpukit/score/cpu/i386/rtems/score/i386.h
+++ b/cpukit/score/cpu/i386/rtems/score/i386.h
@@ -34,6 +34,7 @@ extern "C" {
* i486dx
* i486sx
* pentium
+ * pentiumpro
*
* CPU Model Feature Flags:
*
@@ -69,6 +70,10 @@ extern "C" {
#define CPU_MODEL_NAME "Pentium"
+#elif defined(pentiumpro)
+
+#define CPU_MODEL_NAME "Pentium Pro"
+
#else
#error "Unsupported CPU Model"