Commit dc1b3c0d authored by Helge Deller's avatar Helge Deller

parisc: Use __ro_after_init in head.S

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 1b69085d
...@@ -376,7 +376,7 @@ smp_slave_stext: ...@@ -376,7 +376,7 @@ smp_slave_stext:
ENDPROC(parisc_kernel_start) ENDPROC(parisc_kernel_start)
#ifndef CONFIG_64BIT #ifndef CONFIG_64BIT
.section .data..read_mostly .section .data..ro_after_init
.align 4 .align 4
.export $global$,data .export $global$,data
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment