mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
parisc: Use __ro_after_init in firmware.c
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
9aa8848a75
commit
1b69085d4f
|
|
@ -87,7 +87,7 @@ extern unsigned long pdc_result2[NUM_PDC_RESULT];
|
|||
|
||||
/* Firmware needs to be initially set to narrow to determine the
|
||||
* actual firmware width. */
|
||||
int parisc_narrow_firmware __read_mostly = 1;
|
||||
int parisc_narrow_firmware __ro_after_init = 1;
|
||||
#endif
|
||||
|
||||
/* On most currently-supported platforms, IODC I/O calls are 32-bit calls
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user