Add fallback in Linux in case we cant get the freq from cpuid, using udev (welcome back, udev...)

This commit is contained in:
Dr-Noob
2020-06-22 12:05:04 +02:00
parent 10cf53479e
commit 08ce1de122
6 changed files with 102 additions and 9 deletions

View File

@@ -6,6 +6,8 @@
#define VENDOR_AMD 2
#define VENDOR_INVALID 3
#define UNKNOWN -1
struct cpuInfo;
struct frequency;
struct cache;