xen: arm: enable aborts on all physical processors

Enterprise / Virtualization / Xen - Ian Campbell [citrix.com] - 19 July 2013 08:53 UTC

I'm not sure how this ended up in construct dom0 where it only affects the boot cpu and doesn't logically fit.

Enable aborts at the same time as we enable interrupts.

I'm not sure what the behaviour of an "abort worthy" operation while aborts are disable is, but it must surely be worse than calling do_unexpected_trap, which is what happens from now on.

bbccf0d xen: arm: enable aborts on all physical processors.
xen/arch/arm/domain_build.c | 2 --
xen/arch/arm/setup.c | 1 +
xen/arch/arm/smpboot.c | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)

Upstream: xenbits.xen.org


  • Share