]> Git Repo - qemu.git/commit
pc-bios: s390x: Move panic() into header and add infinite loop
authorJanosch Frank <[email protected]>
Wed, 24 Jun 2020 07:52:22 +0000 (03:52 -0400)
committerThomas Huth <[email protected]>
Thu, 2 Jul 2020 08:00:42 +0000 (10:00 +0200)
commitadd923b72e76080ca5339a27d58ed13566156935
tree6b19362e244761474916a0b8b4dd27b3e7f8fcad
parentfe75c657b8ee962da79f5d3518b139e26dc69c24
pc-bios: s390x: Move panic() into header and add infinite loop

panic() was defined for the ccw and net bios, i.e. twice, so it's
cleaner to rather put it into the header.

Also let's add an infinite loop into the assembly of disabled_wait() so
the caller doesn't need to take care of it.

Signed-off-by: Janosch Frank <[email protected]>
Reviewed-by: Pierre Morel <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-Id: <20200624075226[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
pc-bios/s390-ccw/main.c
pc-bios/s390-ccw/netmain.c
pc-bios/s390-ccw/s390-ccw.h
pc-bios/s390-ccw/start.S
This page took 0.028463 seconds and 4 git commands to generate.