projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e4c65b
)
parisc: Use __ro_after_init in processor.c
author
Helge Deller
<deller@gmx.de>
Fri, 10 May 2019 18:55:08 +0000
(20:55 +0200)
committer
Helge Deller
<deller@gmx.de>
Fri, 10 May 2019 19:00:45 +0000
(21:00 +0200)
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/processor.c
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/processor.c
b/arch/parisc/kernel/processor.c
index e0a81dedc36665ea619298cb3724f693b43690ac..e715871cd4ac046a8745e3b7ea95fbf078a48f7c 100644
(file)
--- a/
arch/parisc/kernel/processor.c
+++ b/
arch/parisc/kernel/processor.c
@@
-43,10
+43,10
@@
#include <asm/irq.h> /* for struct irq_region */
#include <asm/parisc-device.h>
-struct system_cpuinfo_parisc boot_cpu_data __r
ead_mostly
;
+struct system_cpuinfo_parisc boot_cpu_data __r
o_after_init
;
EXPORT_SYMBOL(boot_cpu_data);
#ifdef CONFIG_PA8X00
-int _parisc_requires_coherency __r
ead_mostly
;
+int _parisc_requires_coherency __r
o_after_init
;
EXPORT_SYMBOL(_parisc_requires_coherency);
#endif