summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/nohash/44x.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/mm/nohash/44x.c')
-rw-r--r--arch/powerpc/mm/nohash/44x.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/powerpc/mm/nohash/44x.c b/arch/powerpc/mm/nohash/44x.c
index ceb290df1fb5..796c824acc8c 100644
--- a/arch/powerpc/mm/nohash/44x.c
+++ b/arch/powerpc/mm/nohash/44x.c
@@ -240,13 +240,3 @@ void __init mmu_init_secondary(int cpu)
}
}
#endif /* CONFIG_SMP */
-
-#ifdef CONFIG_PPC_KUEP
-void setup_kuep(bool disabled)
-{
- if (smp_processor_id() != boot_cpuid)
- return;
-
- pr_info("Activating Kernel Userspace Execution Prevention\n");
-}
-#endif