summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/specialreg.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2008-11-26 19:25:13 +0000
committerjkim <jkim@FreeBSD.org>2008-11-26 19:25:13 +0000
commitd6a4501391cb33f81fbd1bb13ac7f282b60bd72b (patch)
treef69ac60d4b54cb78db2c5136bf0599564ba0d80a /sys/amd64/include/specialreg.h
parent6d7402ae81464d87de6c696eaaf85c0f1431cf37 (diff)
downloadFreeBSD-src-d6a4501391cb33f81fbd1bb13ac7f282b60bd72b.zip
FreeBSD-src-d6a4501391cb33f81fbd1bb13ac7f282b60bd72b.tar.gz
Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").
Reviewed by: jhb, peter (early amd64 version)
Diffstat (limited to 'sys/amd64/include/specialreg.h')
-rw-r--r--sys/amd64/include/specialreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h
index c2c9c55..cd9da86 100644
--- a/sys/amd64/include/specialreg.h
+++ b/sys/amd64/include/specialreg.h
@@ -196,8 +196,8 @@
/*
* CPUID manufacturers identifiers
*/
-#define INTEL_VENDOR_ID "GenuineIntel"
-#define AMD_VENDOR_ID "AuthenticAMD"
+#define AMD_VENDOR_ID "AuthenticAMD"
+#define INTEL_VENDOR_ID "GenuineIntel"
/*
* Model-specific registers for the i386 family
OpenPOWER on IntegriCloud