Fix lower speeds on P6/C3 CPUs

This commit is contained in:
RichardG867
2020-12-31 15:32:57 -03:00
parent 12d0557a15
commit 4347dbc12a
2 changed files with 54 additions and 42 deletions

View File

@@ -155,7 +155,7 @@ typedef struct {
typedef struct {
const uint32_t package;
const char *manufacturer;
const char *name;
const char *name;
const char *internal_name;
const CPU *cpus;
} cpu_family_t;