Samuel Seay beb526b121 PPC: fix segfault in signal handling code
Removed h2g() macro around the ka->_sa_handler due to the _sa_handler being a
guest memory address.

Changed the __put_user to put_user as it was attempting to put a value at the
stack address but the new address is a guest memory address, __put_user is
for host memory addresses.

Signed-off-by: Samuel Seay <LightningTH@GMail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[agraf: change subject line, reformat commit message]
Signed-off-by: Alexander Graf <agraf@suse.de>
2013-01-07 17:37:09 +01:00
..
2012-12-19 08:31:31 +01:00
2012-03-14 22:20:24 +01:00
2012-12-19 08:31:31 +01:00
2012-08-14 20:26:55 +01:00
2010-10-05 13:53:56 -05:00
2012-12-19 08:31:31 +01:00
2009-07-01 18:24:44 +00:00