target-sparc: Don't use {ld, st}*_raw functions
commiteb513f82f04fab442cdef9db698dafc852275f7f
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:32 +0000 (20 15:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:32 +0000 (20 15:19 +0000)
tree26becd3870d5bf641f9ef73267e732fbb39c272f
parent24e60305c5839eccf4b915411215b412fb34c52b
target-sparc: Don't use {ld, st}*_raw functions

Instead of using the _raw family of ld/st accessor functions, use
cpu_*_data. All this code is CONFIG_USER_ONLY, so the two are the
same semantically, but the _raw functions are really a detail of
the implementation which has leaked into a few callsites like this one.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1421334118-3287-4-git-send-email-peter.maydell@linaro.org
target-sparc/ldst_helper.c