mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
parisc: Use __ro_after_init in process.c
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
67266fd48f
commit
7e4c65bf06
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue