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
|
@ -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…
Reference in New Issue