From: Julien Grall Date: Tue, 12 Sep 2017 10:03:11 +0000 (+0100) Subject: xen/arm: hsr_iabt: Document RES0 field X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1385 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=22b39ffdb1bf44091dd6e96dc8ca2421b4fcaf42;p=xen.git xen/arm: hsr_iabt: Document RES0 field Signed-off-by: Julien Grall Reviewed-by: Andre Przywara Acked-by: Stefano Stabellini Signed-off-by: Stefano Stabellini --- diff --git a/xen/include/asm-arm/processor.h b/xen/include/asm-arm/processor.h index cd45e5f48f..c0b4c3d1c9 100644 --- a/xen/include/asm-arm/processor.h +++ b/xen/include/asm-arm/processor.h @@ -581,9 +581,9 @@ union hsr { struct hsr_iabt { unsigned long ifsc:6; /* Instruction fault status code */ - unsigned long res0:1; + unsigned long res0:1; /* RES0 */ unsigned long s1ptw:1; /* Stage 2 fault during stage 1 translation */ - unsigned long res1:1; + unsigned long res1:1; /* RES0 */ unsigned long eat:1; /* External abort type */ unsigned long res2:15; unsigned long len:1; /* Instruction length */