]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: Clean up ifdefs in excp_helper.c, part 2
authorBALATON Zoltan <balaton@eik.bme.hu>
Tue, 27 Feb 2024 15:08:08 +0000 (16:08 +0100)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 12 Mar 2024 16:47:04 +0000 (02:47 +1000)
commit754920c7e6fa5b8b3cf8e1858299e1a2e3b315a8
tree1079e8c9fed305c9aa0ecc6c7fa594d7bbadfe17
parentf6c2d68bac33c291ed967aa0f5245c4fc54c75ee
target/ppc: Clean up ifdefs in excp_helper.c, part 2

Remove check for !defined(CONFIG_USER_ONLY) as this is already within
an #ifndef CONFIG_USER_ONLY block.

Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/excp_helper.c