aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/numa.c
diff options
context:
space:
mode:
authorNathan Lynch <[email protected]>2020-06-12 00:12:33 -0500
committerMichael Ellerman <[email protected]>2020-07-16 13:12:39 +1000
commit042ef7cc43f4571d8cbe44a7c735ab6622809142 (patch)
tree050d7586bd34e4a073b186905cd42b30c2ec05c0 /arch/powerpc/mm/numa.c
parent91713ac377859893a7798999cb2e3a388d8ae710 (diff)
powerpc/numa: remove prrn_is_enabled()
All users of this prrn_is_enabled() are gone; remove it. Signed-off-by: Nathan Lynch <[email protected]> Reviewed-by: Srikar Dronamraju <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/powerpc/mm/numa.c')
-rw-r--r--arch/powerpc/mm/numa.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c
index dec7ce3b5e67..26fcc947dd2d 100644
--- a/arch/powerpc/mm/numa.c
+++ b/arch/powerpc/mm/numa.c
@@ -1210,11 +1210,6 @@ int arch_update_cpu_topology(void)
return numa_update_cpu_topology(true);
}
-int prrn_is_enabled(void)
-{
- return 0;
-}
-
static int topology_update_init(void)
{
topology_inited = 1;