projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b11efd3
)
parisc: Export running_on_qemu symbol for modules
author
Helge Deller
<deller@gmx.de>
Sat, 6 Apr 2019 14:45:14 +0000
(16:45 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 25 May 2019 16:23:23 +0000
(18:23 +0200)
commit
3e1120f4b57bc12437048494ab56648edaa5b57d
upstream.
Signed-off-by: Helge Deller <deller@gmx.de>
CC: stable@vger.kernel.org # v4.9+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/kernel/process.c
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/process.c
b/arch/parisc/kernel/process.c
index 841db71958cdb50dff183dd058a9b09a5ec81421..97c206734e24f372175c8592703033084d81d0ae 100644
(file)
--- a/
arch/parisc/kernel/process.c
+++ b/
arch/parisc/kernel/process.c
@@
-193,6
+193,7
@@
int dump_task_fpu (struct task_struct *tsk, elf_fpregset_t *r)
*/
int running_on_qemu __read_mostly;
+EXPORT_SYMBOL(running_on_qemu);
void __cpuidle arch_cpu_idle_dead(void)
{