summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s32/kuep.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/mm/book3s32/kuep.c')
-rw-r--r--arch/powerpc/mm/book3s32/kuep.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/powerpc/mm/book3s32/kuep.c b/arch/powerpc/mm/book3s32/kuep.c
deleted file mode 100644
index 78fc48eee510..000000000000
--- a/arch/powerpc/mm/book3s32/kuep.c
+++ /dev/null
@@ -1,13 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include <asm/code-patching.h>
-#include <asm/kup.h>
-#include <asm/smp.h>
-
-void setup_kuep(bool disabled)
-{
- if (smp_processor_id() != boot_cpuid)
- return;
-
- pr_info("Activating Kernel Userspace Execution Prevention\n");
-}