aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/powernv.h
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2019-01-14 11:40:27 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2019-01-15 11:17:09 +1100
commitc35f78d7a422750917029d20d9e57000b1181d75 (patch)
tree2942086102bdeecec3d2fe318113117e5eaccdf5 /arch/powerpc/include/asm/powernv.h
parentpowerpc/mm: Fix compile when CONFIG_PPC_RADIX_MMU is not defined (diff)
downloadlinux-dev-c35f78d7a422750917029d20d9e57000b1181d75.tar.xz
linux-dev-c35f78d7a422750917029d20d9e57000b1181d75.zip
powerpc/powernv: Remove never used pnv_power9_force_smt4
This removes never used symbol - pnv_power9_force_smt4. Note that we might still want to add stubs for: void pnv_power9_force_smt4_catch(void); void pnv_power9_force_smt4_release(void); Fixes: 7672691a08c88 "powerpc/powernv: Provide a way to force a core into SMT4 mode" Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/powernv.h')
-rw-r--r--arch/powerpc/include/asm/powernv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/powernv.h b/arch/powerpc/include/asm/powernv.h
index 2f3ff7a27881..362ea12a4501 100644
--- a/arch/powerpc/include/asm/powernv.h
+++ b/arch/powerpc/include/asm/powernv.h
@@ -40,7 +40,6 @@ static inline int pnv_npu2_handle_fault(struct npu_context *context,
}
static inline void pnv_tm_init(void) { }
-static inline void pnv_power9_force_smt4(void) { }
#endif
#endif /* _ASM_POWERNV_H */