x86 cpuid: enable clflush
authorNilay Vaish <nilay@cs.wisc.edu>
Tue, 15 Jan 2013 13:43:21 +0000 (07:43 -0600)
committerNilay Vaish <nilay@cs.wisc.edu>
Tue, 15 Jan 2013 13:43:21 +0000 (07:43 -0600)
commitf2bcf4f01ce00f98cbbfe4320a919b431637e550
tree58fc507d031e26d220e588135ec2b669c95254b3
parentac9bb514057713dd626298a1b6f4322be205d65c
x86 cpuid: enable clflush
Note that clflush is only being enabled. It is not implemented
in actual. A warning is printed if the cpu encounters a clflush
instruction. We need to enable this instruction in cpuid since
JRE 1.7 tests for it.
src/arch/x86/cpuid.cc