summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/feature-fixups.c
diff options
context:
space:
mode:
authorKevin Hao <haokexin@gmail.com>2016-07-23 14:42:42 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2016-08-01 11:15:06 +1000
commitc12e6f24d4137822d5019c1f78ac65bd27a3447d (patch)
tree7ebc50a5a62a36e89dc90e801da4f00e59633622 /arch/powerpc/lib/feature-fixups.c
parent4db7327194dba0cb91f274b0f606785a9ee5108d (diff)
downloadlinux-c12e6f24d4137822d5019c1f78ac65bd27a3447d.tar.bz2
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>
Diffstat (limited to 'arch/powerpc/lib/feature-fixups.c')
-rw-r--r--arch/powerpc/lib/feature-fixups.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/lib/feature-fixups.c b/arch/powerpc/lib/feature-fixups.c
index 7a6ccbb74d91..077fa0ce3382 100644
--- a/arch/powerpc/lib/feature-fixups.c
+++ b/arch/powerpc/lib/feature-fixups.c
@@ -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)