diff options
Diffstat (limited to 'arch/powerpc/lib/feature-fixups.c')
-rw-r--r-- | arch/powerpc/lib/feature-fixups.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/lib/feature-fixups.c b/arch/powerpc/lib/feature-fixups.c index 74145f02ad41..043415f0bdb1 100644 --- a/arch/powerpc/lib/feature-fixups.c +++ b/arch/powerpc/lib/feature-fixups.c | |||
@@ -188,7 +188,10 @@ void __init apply_feature_fixups(void) | |||
188 | &__start___fw_ftr_fixup, &__stop___fw_ftr_fixup); | 188 | &__start___fw_ftr_fixup, &__stop___fw_ftr_fixup); |
189 | #endif | 189 | #endif |
190 | do_final_fixups(); | 190 | do_final_fixups(); |
191 | } | ||
191 | 192 | ||
193 | void __init setup_feature_keys(void) | ||
194 | { | ||
192 | /* | 195 | /* |
193 | * Initialise jump label. This causes all the cpu/mmu_has_feature() | 196 | * Initialise jump label. This causes all the cpu/mmu_has_feature() |
194 | * checks to take on their correct polarity based on the current set of | 197 | * checks to take on their correct polarity based on the current set of |