commit | 27ac3e06d59a2c37cdc5997f65ff82e104ec798a | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Tue Jan 19 15:57:59 2016 +1100 |
committer | David Gibson <david@gibson.dropbear.id.au> | Sat Jan 30 23:37:36 2016 +1100 |
tree | 2b06fd258a3019f211ba27d66b9abf14c6ebb4c7 | |
parent | f201987b843910ae929c5ed66700d910b29e9c15 [diff] |
spapr: Remove abuse of rtas_ld() in h_client_architecture_support h_client_architecture_support() uses rtas_ld() for general purpose memory access, despite the fact that it's not an RTAS routine at all and rtas_ld makes things more awkward. Clean this up by replacing rtas_ld() calls with appropriate ldXX_phys() calls. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>