Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   pgoyette
Date:           Sun Aug 24 20:27:34 UTC 2008

Modified Files:
        src/sys/arch/x86/include: specialreg.h
        src/usr.sbin/cpuctl/arch: i386.c

Log Message:
1. For non-Intel vendors, don't overload cpuflags with the extended
   flags from CPUID 80000001_EDX.  Instead, keep the extended flags
   separate, in ci_feature3_flags (Intel processors already kept a
   separate ci_feature3_flag value).

2. Decode/display ci_feature3_flag in a vendor-specific manner, since
   the definitions are vendor-specific.

OK cegger@


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/arch/x86/include/specialreg.h
cvs rdiff -r1.9 -r1.10 src/usr.sbin/cpuctl/arch/i386.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index