Commit 7c1952b4 authored by Helge Deller's avatar Helge Deller

parisc: Use __ro_after_init in inventory.c

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent dc1b3c0d
...@@ -39,12 +39,12 @@ ...@@ -39,12 +39,12 @@
*/ */
#undef DEBUG_PAT #undef DEBUG_PAT
int pdc_type __read_mostly = PDC_TYPE_ILLEGAL; int pdc_type __ro_after_init = PDC_TYPE_ILLEGAL;
/* cell number and location (PAT firmware only) */ /* cell number and location (PAT firmware only) */
unsigned long parisc_cell_num __read_mostly; unsigned long parisc_cell_num __ro_after_init;
unsigned long parisc_cell_loc __read_mostly; unsigned long parisc_cell_loc __ro_after_init;
unsigned long parisc_pat_pdc_cap __read_mostly; unsigned long parisc_pat_pdc_cap __ro_after_init;
void __init setup_pdc(void) void __init setup_pdc(void)
......
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