diff options
| -rw-r--r-- | arch/parisc/mm/init.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/parisc/mm/init.c b/arch/parisc/mm/init.c index b99bcbf1ecdb..5a68185295a9 100644 --- a/arch/parisc/mm/init.c +++ b/arch/parisc/mm/init.c | |||
| @@ -66,7 +66,7 @@ static struct resource pdcdata_resource = { | |||
| 66 | .flags = IORESOURCE_BUSY | IORESOURCE_MEM, | 66 | .flags = IORESOURCE_BUSY | IORESOURCE_MEM, |
| 67 | }; | 67 | }; |
| 68 | 68 | ||
| 69 | static struct resource sysram_resources[MAX_PHYSMEM_RANGES] __read_mostly; | 69 | static struct resource sysram_resources[MAX_PHYSMEM_RANGES] __ro_after_init; |
| 70 | 70 | ||
| 71 | /* The following array is initialized from the firmware specific | 71 | /* The following array is initialized from the firmware specific |
| 72 | * information retrieved in kernel/inventory.c. | 72 | * information retrieved in kernel/inventory.c. |
| @@ -557,11 +557,11 @@ void mark_rodata_ro(void) | |||
| 557 | #define SET_MAP_OFFSET(x) ((void *)(((unsigned long)(x) + VM_MAP_OFFSET) \ | 557 | #define SET_MAP_OFFSET(x) ((void *)(((unsigned long)(x) + VM_MAP_OFFSET) \ |
| 558 | & ~(VM_MAP_OFFSET-1))) | 558 | & ~(VM_MAP_OFFSET-1))) |
| 559 | 559 | ||
| 560 | void *parisc_vmalloc_start __read_mostly; | 560 | void *parisc_vmalloc_start __ro_after_init; |
| 561 | EXPORT_SYMBOL(parisc_vmalloc_start); | 561 | EXPORT_SYMBOL(parisc_vmalloc_start); |
| 562 | 562 | ||
| 563 | #ifdef CONFIG_PA11 | 563 | #ifdef CONFIG_PA11 |
| 564 | unsigned long pcxl_dma_start __read_mostly; | 564 | unsigned long pcxl_dma_start __ro_after_init; |
| 565 | #endif | 565 | #endif |
| 566 | 566 | ||
| 567 | void __init mem_init(void) | 567 | void __init mem_init(void) |
| @@ -635,7 +635,7 @@ void __init mem_init(void) | |||
| 635 | #endif | 635 | #endif |
| 636 | } | 636 | } |
| 637 | 637 | ||
| 638 | unsigned long *empty_zero_page __read_mostly; | 638 | unsigned long *empty_zero_page __ro_after_init; |
| 639 | EXPORT_SYMBOL(empty_zero_page); | 639 | EXPORT_SYMBOL(empty_zero_page); |
| 640 | 640 | ||
| 641 | /* | 641 | /* |
