]> git.proxmox.com Git - qemu.git/commit
translate-all.c: Remove cpu_unlink_tb()
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 9 May 2013 15:30:31 +0000 (19:30 +0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 14 May 2013 20:48:38 +0000 (15:48 -0500)
commit84247bbe2857164d72796cdb43902b28415f5966
treee7d11014a340a3657ed6da4d9b09d3a01145d6a7
parent2ebcc590c9e2f7af963794d699fb248c29be9643
translate-all.c: Remove cpu_unlink_tb()

The (unsafe) function cpu_unlink_tb() is now unused, so we can simply
remove it and any code that was only used by it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
(cherry picked from commit 3a808cc407744c30daa7470b5f191cde1fbc1aae)

Conflicts:
translate-all.c

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
translate-all.c