x86 cpuid: enable clflush
Review Request #1601 - Created Jan. 5, 2013 and submitted
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9382:91d6507bc912 --------------------------- 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.
Posted (Jan. 7, 2013, 10:34 p.m.)
I'm fine with this, but there is a pretty easy way to at least functionally handle this now with some of the code in 5963165c00cb. Ali
