Signed-off-by: Helge Deller <deller@xxxxxx> --- arch/parisc/kernel/pacache.S | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/parisc/kernel/pacache.S b/arch/parisc/kernel/pacache.S index b2ba6d633065..661b1834ac94 100644 --- a/arch/parisc/kernel/pacache.S +++ b/arch/parisc/kernel/pacache.S @@ -1264,7 +1264,11 @@ ENTRY_CFI(flush_kernel_icache_range_asm) nop ENDPROC_CFI(flush_kernel_icache_range_asm) +#ifdef CONFIG_HOTPLUG_CPU + .text +#else __INIT +#endif /* align should cover use of rfi in disable_sr_hashing_asm and * srdis_done. -- 2.35.1