diff options
author | Helge Deller <deller@gmx.de> | 2019-05-10 14:50:16 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-05-10 15:00:44 -0400 |
commit | 1b69085d4fcfd1df67d86a553c522fa1cb7603b4 (patch) | |
tree | 4590c1cf849b3641c7777491a203f758cd667e14 | |
parent | 9aa8848a751fec5f655f4409875baaee1ca3e3e8 (diff) |
parisc: Use __ro_after_init in firmware.c
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r-- | arch/parisc/kernel/firmware.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/firmware.c b/arch/parisc/kernel/firmware.c index 7a17551ea31e..f01e102bbfa2 100644 --- a/arch/parisc/kernel/firmware.c +++ b/arch/parisc/kernel/firmware.c | |||
@@ -87,7 +87,7 @@ extern unsigned long pdc_result2[NUM_PDC_RESULT]; | |||
87 | 87 | ||
88 | /* Firmware needs to be initially set to narrow to determine the | 88 | /* Firmware needs to be initially set to narrow to determine the |
89 | * actual firmware width. */ | 89 | * actual firmware width. */ |
90 | int parisc_narrow_firmware __read_mostly = 1; | 90 | int parisc_narrow_firmware __ro_after_init = 1; |
91 | #endif | 91 | #endif |
92 | 92 | ||
93 | /* On most currently-supported platforms, IODC I/O calls are 32-bit calls | 93 | /* On most currently-supported platforms, IODC I/O calls are 32-bit calls |