]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerpc: Don't idle with the wait instruction on booke
authorjhibbits <jhibbits@FreeBSD.org>
Tue, 5 Feb 2019 04:47:41 +0000 (04:47 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Tue, 5 Feb 2019 04:47:41 +0000 (04:47 +0000)
commitf45bef9af2d7f9f7cba867834d4dcda2832b2d5f
treeff44cc6afa6b442e80b4470f221db208ce7cd736
parent501e05487af46305e279be68e2fb8e526eb24951
powerpc: Don't idle with the wait instruction on booke

It appears idling via 'wait' on e5500 causes strange behaviors, such as
top(1) simply hanging sporadically, until input.  Until this can possibly be
sorted out (interrupt issue?), just don't idle on this hardware.  The SoCs
are low power already, and the wait state doesn't save much anyway.
sys/powerpc/powerpc/cpu.c