From fb393518f4fd012bc2681846646920ee7916e9ec Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 30 Nov 2001 11:57:23 +0000 Subject: 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). --- sys/i386/i386/identcpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386') 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" "\036ACC" /* Auto Clock Correction (TCC/ACPI) */ - "\037" + "\037IA64" /* CPU can execute IA64 instructions */ "\040" ); } -- cgit v1.1