Hi > On 9 May 2022, at 19:22, Julien Grall <jul...@xen.org> wrote: > > Hi, > > On 26/04/2022 13:38, Bertrand Marquis wrote: >> diff --git a/xen/arch/arm/include/asm/processor.h >> b/xen/arch/arm/include/asm/processor.h >> index 852b5f3c24..ef37cfa16f 100644 >> --- a/xen/arch/arm/include/asm/processor.h >> +++ b/xen/arch/arm/include/asm/processor.h >> @@ -219,9 +219,11 @@ >> SCTLR_Axx_ELx_A | SCTLR_Axx_ELx_C |\ >> SCTLR_Axx_ELx_WXN | SCTLR_Axx_ELx_EE) >> +#ifndef CPPCHECK > > Can you add a comment explaining why you need this check?
Sure, would the following be ok ? Cppcheck preprocessor is wrongly throwing the error here so disable this check for cppcheck runs > > With that: > > Acked-by: Julien Grall <jgr...@amazon.com> > Thanks Bertrand > Cheers, > > -- > Julien Grall >