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

parisc: Use __ro_after_init in process.c

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 67266fd4
......@@ -192,7 +192,7 @@ int dump_task_fpu (struct task_struct *tsk, elf_fpregset_t *r)
* QEMU idle the host too.
*/
int running_on_qemu __read_mostly;
int running_on_qemu __ro_after_init;
EXPORT_SYMBOL(running_on_qemu);
void __cpuidle arch_cpu_idle_dead(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