]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Detect QEMU earlier in boot process
authorHelge Deller <deller@gmx.de>
Tue, 2 Apr 2019 10:13:27 +0000 (12:13 +0200)
committerHelge Deller <deller@gmx.de>
Sat, 6 Apr 2019 17:07:55 +0000 (19:07 +0200)
commit3d13fa3b8debe05e79662278946c0e70273f0dea
tree8cf2b12a8846a6b2f6ca825328e26413e8fd8c00
parentf3abefae058f4527e319285197b265f6ef356b85
parisc: Detect QEMU earlier in boot process

While adding LASI support to QEMU, I noticed that the QEMU detection in
the kernel happens much too late. For example, when a LASI chip is found
by the kernel, it registers the LASI LED driver as well.  But when we
run on QEMU it makes sense to avoid spending unnecessary CPU cycles, so
we need to access the running_on_QEMU flag earlier than before.

This patch now makes the QEMU detection the fist task of the Linux
kernel by moving it to where the kernel enters the C-coding.

Fixes: 1c024500d71d ("parisc: qemu idle sleep support")
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v4.14+
arch/parisc/kernel/process.c
arch/parisc/kernel/setup.c