Re: [Xen-devel] [PATCH v2 08/19] xen: arm: implement handling of ACTLR_EL1 trap

2015-04-25 Thread Julien Grall
Hi Ian, On 17/04/2015 19:01, Ian Campbell wrote: While annotating ACTLR I noticed that we don't appear to handle the 64-bit version of this trap. Do so and annotate everything. Signed-off-by: Ian Campbell Reviewed-by: Julien Grall Regards, -- Julien Grall

[Xen-devel] [PATCH v2 08/19] xen: arm: implement handling of ACTLR_EL1 trap

2015-04-17 Thread Ian Campbell
While annotating ACTLR I noticed that we don't appear to handle the 64-bit version of this trap. Do so and annotate everything. Signed-off-by: Ian Campbell --- v2: s/TASC/TACR/ and s/HSR/HCR/ --- xen/arch/arm/traps.c | 20 xen/include/asm-arm/sysregs.h |1 + 2