diff options
author | Helge Deller | 2022-03-25 12:52:24 +0100 |
---|---|---|
committer | Helge Deller | 2022-03-29 21:37:12 +0200 |
commit | 4d7d4c3fc1aed6bf95fa188c30bc9ba5901f6531 (patch) | |
tree | 61e68ab20e1c600dd2eb7b3665bc91e02dd7c2f2 /arch/parisc | |
parent | beb48dfd9672f82413e3b2bac220331073afbb02 (diff) |
parisc: Move disable_sr_hashing_asm() into .text section
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/pacache.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/pacache.S b/arch/parisc/kernel/pacache.S index b2ba6d633065..b4c3f01e2399 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. |