Skip to content

Commit

Permalink
parisc: Use __ro_after_init in head.S
Browse files Browse the repository at this point in the history
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
hdeller committed May 10, 2019
1 parent 1b69085 commit dc1b3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc1b3c0

Please sign in to comment.