]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
linux-user: Clean up interim solution for exit syscall
authorAndreas Färber <afaerber@suse.de>
Tue, 1 May 2012 22:10:43 +0000 (00:10 +0200)
committerRiku Voipio <riku.voipio@linaro.org>
Thu, 3 May 2012 14:31:44 +0000 (17:31 +0300)
commit209c48491835db84ab728f93209c00954c9e4470
tree7114ef4a289103381284361ff421f57559053a8d
parentf05ae5379e40f81a6c8526d891693af8bf6e62da
linux-user: Clean up interim solution for exit syscall

After all target CPUs have been QOM'ified, we no longer need an #ifdef
to switch between object_delete() and g_free() in NPTL thread exit.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c