We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b487b commit ac6b4b7Copy full SHA for ac6b4b7
driver/others/dynamic_power.c
@@ -69,7 +69,7 @@ static int cpuid(void)
69
else if (arch == POWER_9) return CPU_POWER9;
70
#endif
71
#ifdef POWER_10
72
- else if (arch == POWER_10) return CPU_POWER10;
+ else if (arch >= POWER_10) return CPU_POWER10;
73
74
return CPU_UNKNOWN;
75
}
0 commit comments