linux-user: Implement do_setcontext for PPC64
commit19774ec5c4019d1802b497d702e1eefd3c193e84
authorTom Musta <tommusta@gmail.com>
Mon, 30 Jun 2014 13:13:40 +0000 (30 08:13 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 8 Sep 2014 10:50:46 +0000 (8 12:50 +0200)
tree646b5ea3d32d523f09c496cd5e78bfffddcf2395
parent8d6ab333ebf2751d2467bd7dae94a04742052e26
linux-user: Implement do_setcontext for PPC64

Eliminate the stub for the do_setcontext() function for TARGET_PPC64.  The
implementation re-uses the existing TARGET_PPC32 code with the only change
being the computation of the address of the register save area.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
linux-user/signal.c