]> xenbits.xensource.com Git - xen.git/commit
xen: arm: take FIQ exceptions to Xen not guest by setting HCR_EL2.FMO
authorIan Campbell <ian.campbell@citrix.com>
Thu, 26 Jun 2014 08:53:42 +0000 (09:53 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 27 Jun 2014 10:04:35 +0000 (11:04 +0100)
commit4bb74e39987b428429c2aacad7f59356d4942e39
tree6c9ae2c0e38c6fba6ebc62a2bcc18469743520db
parentc0726c18e8135f87a5a5793d993d6bea1e3fa925
xen: arm: take FIQ exceptions to Xen not guest by setting HCR_EL2.FMO

As with HCR_EL2.{IMO,AMO} we want to route FIQs to Xen not the guest. See ARM
ARM DDI 0406C.b B1.8.4.

So far none of the platforms which we support use FIQ for anything, but when we
end up supporting one it would be far better to surprise Xen with them than
whatever guest happens to be running...

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/traps.c