Skip to content

Commit 4d7d4c3

Browse files
committed
parisc: Move disable_sr_hashing_asm() into .text section
Signed-off-by: Helge Deller <deller@gmx.de>
1 parent beb48df commit 4d7d4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/parisc/kernel/pacache.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ ENTRY_CFI(flush_kernel_icache_range_asm)
12641264
nop
12651265
ENDPROC_CFI(flush_kernel_icache_range_asm)
12661266

1267-
__INIT
1267+
.text
12681268

12691269
/* align should cover use of rfi in disable_sr_hashing_asm and
12701270
* srdis_done.

0 commit comments

Comments
 (0)