On Wed, 28 Dec 2016, Julien Grall wrote:
> Hi Stefano,
>
> On 22/12/16 02:15, Stefano Stabellini wrote:
> > GIC_INVALID_LR should be 0xff, but actually, defined as ~(uint8_t)0, is
> > 0x. Fix the problem by placing the ~ operator before the cast.
> >
> > Signed-off-by: Stefano Stabellini
Hi Stefano,
On 22/12/16 02:15, Stefano Stabellini wrote:
GIC_INVALID_LR should be 0xff, but actually, defined as ~(uint8_t)0, is
0x. Fix the problem by placing the ~ operator before the cast.
Signed-off-by: Stefano Stabellini
Reviewed-by: Julien Grall
Regards,
--
Julien Grall
___
GIC_INVALID_LR should be 0xff, but actually, defined as ~(uint8_t)0, is
0x. Fix the problem by placing the ~ operator before the cast.
Signed-off-by: Stefano Stabellini
---
xen/include/asm-arm/vgic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/include/asm-arm/