1
0
Fork 0

parisc: Use __ro_after_init in processor.c

Signed-off-by: Helge Deller <deller@gmx.de>
hifive-unleashed-5.2
Helge Deller 2019-05-10 20:55:08 +02:00
parent 7e4c65bf06
commit d98883690b
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@
#include <asm/irq.h> /* for struct irq_region */
#include <asm/parisc-device.h>
struct system_cpuinfo_parisc boot_cpu_data __read_mostly;
struct system_cpuinfo_parisc boot_cpu_data __ro_after_init;
EXPORT_SYMBOL(boot_cpu_data);
#ifdef CONFIG_PA8X00
int _parisc_requires_coherency __read_mostly;
int _parisc_requires_coherency __ro_after_init;
EXPORT_SYMBOL(_parisc_requires_coherency);
#endif