diff options
| -rw-r--r-- | arch/powerpc/kernel/dt_cpu_ftrs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/dt_cpu_ftrs.c b/arch/powerpc/kernel/dt_cpu_ftrs.c index 602e0fde19b4..8bdc2f96c5d6 100644 --- a/arch/powerpc/kernel/dt_cpu_ftrs.c +++ b/arch/powerpc/kernel/dt_cpu_ftrs.c | |||
| @@ -735,8 +735,8 @@ static __init void cpufeatures_cpu_quirks(void) | |||
| 735 | */ | 735 | */ |
| 736 | if ((version & 0xffffff00) == 0x004e0100) | 736 | if ((version & 0xffffff00) == 0x004e0100) |
| 737 | cur_cpu_spec->cpu_features |= CPU_FTR_POWER9_DD1; | 737 | cur_cpu_spec->cpu_features |= CPU_FTR_POWER9_DD1; |
| 738 | else if ((version & 0xffffefff) == 0x004e0200) | 738 | else if ((version & 0xffffefff) == 0x004e0201) |
| 739 | cur_cpu_spec->cpu_features &= ~CPU_FTR_POWER9_DD2_1; | 739 | cur_cpu_spec->cpu_features |= CPU_FTR_POWER9_DD2_1; |
| 740 | } | 740 | } |
| 741 | 741 | ||
| 742 | static void __init cpufeatures_setup_finished(void) | 742 | static void __init cpufeatures_setup_finished(void) |
