From 4d7d4c3fc1aed6bf95fa188c30bc9ba5901f6531 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Fri, 25 Mar 2022 12:52:24 +0100 Subject: [PATCH] parisc: Move disable_sr_hashing_asm() into .text section Signed-off-by: Helge Deller --- arch/parisc/kernel/pacache.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/parisc/kernel/pacache.S b/arch/parisc/kernel/pacache.S index b2ba6d6..b4c3f01 100644 --- a/arch/parisc/kernel/pacache.S +++ b/arch/parisc/kernel/pacache.S @@ -1264,7 +1264,7 @@ ENTRY_CFI(flush_kernel_icache_range_asm) nop ENDPROC_CFI(flush_kernel_icache_range_asm) - __INIT + .text /* align should cover use of rfi in disable_sr_hashing_asm and * srdis_done. -- 2.7.4