Re: [Xen-devel] [PATCH 09/19] xen: arm: Annotate registers trapped by HSR_EL1.TIDCP

2015-04-06 Thread Julien Grall
Hi Ian, Subject: s/HSR/HCR/ On 31/03/2015 12:07, Ian Campbell wrote: This traps variety of implementation defined registers, so add a note to the default case of the respective handler. Signed-off-by: Ian Campbell Other than the typo in the subject: Reviewed-by: Julien Grall Regards, -

[Xen-devel] [PATCH 09/19] xen: arm: Annotate registers trapped by HSR_EL1.TIDCP

2015-03-31 Thread Ian Campbell
This traps variety of implementation defined registers, so add a note to the default case of the respective handler. Signed-off-by: Ian Campbell --- xen/arch/arm/traps.c | 16 1 file changed, 16 insertions(+) diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c index ca43