Module Name: src Committed By: msaitoh Date: Wed Jan 13 07:28:56 UTC 2016
Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: PR#49246 "x86/x86/procfs_machdep.c (/proc/cpuinfo) is very old" related change - Decode NetBSD's ci_feat_val[0-5]. The output order of the bits is the same as linux. Before this commit, only ci_feat_val[0] was decoded. - Linux defined feature words and some others are not decoded yet. - procfs_getonecpufeatures() will be rewritten when all of linux entries are decoded. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x86/x86/procfs_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.