target/ppc: Fix msgclrp interrupt type
commit2e9855555ebbbd4b22418b6bffce1f0f14234141
authorNicholas Piggin <npiggin@gmail.com>
Tue, 30 May 2023 13:07:14 +0000 (30 23:07 +1000)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sat, 10 Jun 2023 13:19:24 +0000 (10 10:19 -0300)
tree0681139debbb072eb89688001c782786e9d29ccb
parent82ce3d5614b2ef3a00b92ecbff074d5476eff285
target/ppc: Fix msgclrp interrupt type

msgclrp matches msgsndp and should clear PPC_INTERRUPT_DOORBELL.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20230530130714.373215-1-npiggin@gmail.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
target/ppc/excp_helper.c