Browse Source

Add missing CPU_POWER5.

tags/v0.3.25^2
Chip-Kerchner 2 years ago
parent
commit
c60f9d9c08
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      driver/others/dynamic_power.c

+ 1
- 0
driver/others/dynamic_power.c View File

@@ -44,6 +44,7 @@ static int __builtin_cpu_supports(char* arg)
#endif

#define CPU_UNKNOWN 0
#define CPU_POWER5 5
#define CPU_POWER6 6
#define CPU_POWER7 7
#define CPU_POWER8 8


Loading…
Cancel
Save