]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
Revert "runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86"
authorKhem Raj <raj.khem@gmail.com>
Wed, 29 Mar 2023 03:04:36 +0000 (20:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Mar 2023 22:24:47 +0000 (23:24 +0100)
commitfa8a7c0608fc800c48d0ff1cd832ad63c51eeab1
treea4806af965ed991f946fa31de85dbbd3c2f1cea2
parent96d4486df6d870ef19e2055b026729e66bc118f3
Revert "runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86"

This reverts commit 82e67b82ea8e12aa0b7b9db1d84fec0436dec71b.

It was commited as part of https://bugzilla.yoctoproject.org/show_bug.cgi?id=12301
for kernels < 4.15, as of now oldest builder kernel we have is 4.15 on
ubuntu 18.04 so we should not require this workaround. Moreover, this
fixes an smp problem with qemux86 where no matter what -smp <x> option
is used, qemu always starts with single core.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/runqemu