Restore support for AMD K8

This commit is contained in:
Justine Tunney 2024-07-24 08:59:29 -07:00
parent e398f3887c
commit fbc4b03d4c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 3 additions and 9 deletions

View file

@ -36,6 +36,8 @@
"/sys/devices/system/cpu/cpu*/cpufreq/scaling_governor\n"
void __warn_if_powersave(void) {
if (1)
return;
int e, fd;
char buf[16] = {0};
if (IsLinux()) {