mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-04 21:57:30 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue