powerpc: Add option to use jump label for mmu_has_feature()

As we just did for CPU features.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Kevin Hao
2016-07-23 14:42:42 +05:30
committed by Michael Ellerman
parent 4db7327194
commit c12e6f24d4
4 changed files with 57 additions and 0 deletions

View File

@@ -196,6 +196,7 @@ void __init apply_feature_fixups(void)
*/
jump_label_init();
cpu_feature_keys_init();
mmu_feature_keys_init();
}
static int __init check_features(void)