From: Helge Deller <[email protected]> commit 3e1120f4b57bc12437048494ab56648edaa5b57d upstream.
Signed-off-by: Helge Deller <[email protected]> CC: [email protected] # v4.9+ Signed-off-by: Greg Kroah-Hartman <[email protected]> --- arch/parisc/kernel/process.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/parisc/kernel/process.c +++ b/arch/parisc/kernel/process.c @@ -192,6 +192,7 @@ int dump_task_fpu (struct task_struct *t */ int running_on_qemu __read_mostly; +EXPORT_SYMBOL(running_on_qemu); void __cpuidle arch_cpu_idle_dead(void) {

