]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 15 Jun 2023 23:03:11 +0000 (01:03 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 7 Jul 2023 07:46:12 +0000 (04:46 -0300)
commit3f88a89d10b2391a6cce1d3e1c77bafc586f215d
tree33354ac9569a5118a89826f0358e76ce2da32e90
parent2306c60633f8f2811e5f42666b8155a8d2065154
target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()

CPUState is rarely needed by this function (only for logging a fatal
error) and it's easy to get from the env parameter so passing it
separately is not necessary.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Acked-by: Nicholas Piggin <npiggin@gmail.com>
Message-ID: <f42761401c708fd6e02f7523d9f709b1972e5863.1686868895.git.balaton@eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
target/ppc/excp_helper.c