diff options
-rw-r--r-- | arch/parisc/kernel/processor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/parisc/kernel/processor.c b/arch/parisc/kernel/processor.c index e0a81dedc366..e715871cd4ac 100644 --- a/arch/parisc/kernel/processor.c +++ b/arch/parisc/kernel/processor.c | |||
@@ -43,10 +43,10 @@ | |||
43 | #include <asm/irq.h> /* for struct irq_region */ | 43 | #include <asm/irq.h> /* for struct irq_region */ |
44 | #include <asm/parisc-device.h> | 44 | #include <asm/parisc-device.h> |
45 | 45 | ||
46 | struct system_cpuinfo_parisc boot_cpu_data __read_mostly; | 46 | struct system_cpuinfo_parisc boot_cpu_data __ro_after_init; |
47 | EXPORT_SYMBOL(boot_cpu_data); | 47 | EXPORT_SYMBOL(boot_cpu_data); |
48 | #ifdef CONFIG_PA8X00 | 48 | #ifdef CONFIG_PA8X00 |
49 | int _parisc_requires_coherency __read_mostly; | 49 | int _parisc_requires_coherency __ro_after_init; |
50 | EXPORT_SYMBOL(_parisc_requires_coherency); | 50 | EXPORT_SYMBOL(_parisc_requires_coherency); |
51 | #endif | 51 | #endif |
52 | 52 | ||