Skip to content

Commit c60f9d9

Browse files
author
Chip-Kerchner
committed
Add missing CPU_POWER5.
1 parent 3cc72a3 commit c60f9d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

driver/others/dynamic_power.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ static int __builtin_cpu_supports(char* arg)
4444
#endif
4545

4646
#define CPU_UNKNOWN 0
47+
#define CPU_POWER5 5
4748
#define CPU_POWER6 6
4849
#define CPU_POWER7 7
4950
#define CPU_POWER8 8

0 commit comments

Comments
 (0)