]> Git Repo - qemu.git/commit - linux-user/signal.c
signal/ppc/{save,restore}_user_regs remove __put/get error checks
authorRiku Voipio <[email protected]>
Wed, 23 Apr 2014 10:53:45 +0000 (13:53 +0300)
committerRiku Voipio <[email protected]>
Tue, 17 Jun 2014 05:52:07 +0000 (08:52 +0300)
commitc650c008e326f3a1e84083bc269265456057a212
treec343e948893076d65f51db38811faf97523cc0df
parent0188fadb7fe460d8c4c743372b1f7b25773e183e
signal/ppc/{save,restore}_user_regs remove __put/get error checks

As __get_user and __put_user do not return errors, remove the
if checks from around them. This allows making the save/restore
functions void.

Signed-off-by: Riku Voipio <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Cc: Alexander Graf <[email protected]>
linux-user/signal.c
This page took 0.023929 seconds and 4 git commands to generate.