]> xenbits.xensource.com Git - xen.git/commit
xen/arm: Replace do_trap_guest_serror with new helpers
authorWei Chen <Wei.Chen@arm.com>
Wed, 5 Apr 2017 09:09:15 +0000 (17:09 +0800)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 5 Apr 2017 19:12:41 +0000 (12:12 -0700)
commit3f16c8cb3370f19912827bb567c3f163adabfb37
tree3dfef9d7630131a567d91506243b072a8a5f3110
parent0a824ca463a2122adbd67ef3d5ae844f751cfcc2
xen/arm: Replace do_trap_guest_serror with new helpers

We have introduced two helpers to handle the guest/hyp SErrors:
do_trap_guest_serror and do_trap_guest_hyp_serror. These handlers
can take the role of do_trap_guest_serror and reduce the assembly
code in the same time. So we use these two helpers to replace it
and drop it now.

Signed-off-by: Wei Chen <Wei.Chen@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/arm32/traps.c
xen/arch/arm/arm64/entry.S
xen/arch/arm/traps.c
xen/include/asm-arm/processor.h