More CPU sanitisation.
This commit is contained in:
parent
2554952658
commit
03b5a44aca
14 changed files with 248 additions and 252 deletions
|
|
@ -99,11 +99,11 @@ int cpu_waitstates;
|
|||
int cpu_cache_int_enabled, cpu_cache_ext_enabled;
|
||||
|
||||
int is386;
|
||||
int is486;
|
||||
int CPUID;
|
||||
|
||||
uint64_t tsc = 0;
|
||||
|
||||
int is486;
|
||||
|
||||
int timing_rr;
|
||||
int timing_mr, timing_mrl;
|
||||
int timing_rm, timing_rml;
|
||||
|
|
|
|||
Loading…
Reference in a new issue