mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-30 19:18:31 +00:00
parisc: Use __ro_after_init in head.S
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
1b69085d4f
commit
dc1b3c0d50
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ smp_slave_stext:
|
|||
ENDPROC(parisc_kernel_start)
|
||||
|
||||
#ifndef CONFIG_64BIT
|
||||
.section .data..read_mostly
|
||||
.section .data..ro_after_init
|
||||
|
||||
.align 4
|
||||
.export $global$,data
|
||||
|
|
Loading…
Add table
Reference in a new issue