summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-11-30 11:57:23 +0000
committerpeter <peter@FreeBSD.org>2001-11-30 11:57:23 +0000
commitfb393518f4fd012bc2681846646920ee7916e9ec (patch)
tree23782a380756d9cb9430a98eae93a5507f303251 /sys/i386
parent5b52488acfbb4cd191092022ca62cfe82e570de7 (diff)
downloadFreeBSD-src-fb393518f4fd012bc2681846646920ee7916e9ec.zip
FreeBSD-src-fb393518f4fd012bc2681846646920ee7916e9ec.tar.gz
cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64
cpu. (This is for either userland apps running in i386 mode on an ia64 OS, or when the cpu is in i386 legacy mode running an i386 OS).
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/identcpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index d81b7ed..bc9d50c 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -598,7 +598,7 @@ printcpuinfo(void)
"\034SS" /* Self snoop */
"\035<b28>"
"\036ACC" /* Auto Clock Correction (TCC/ACPI) */
- "\037<b30>"
+ "\037IA64" /* CPU can execute IA64 instructions */
"\040<b31>"
);
}
OpenPOWER on IntegriCloud