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.
2 parents e2f9f57 + 7b1f9be commit 90f6dd4Copy full SHA for 90f6dd4
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
#ifdef POWER_11
75
else if (arch >= POWER_11) return CPU_POWER10;
0 commit comments