Hi Ayan, On 31/10/2022 15:13, Ayan Kumar Halder wrote:
'unsigned long long' is defined as 64 bit across both aarch32 and aarch64. So, use 'ULL' for 64 bit word instead of UL which is 32 bits for aarch32. GICR_PENDBASER and GICR_PROPBASER both are 64 bit registers.Signed-off-by: Ayan Kumar Halder <[email protected]>
With or without Michal's comment addressed: Acked-by: Julien Grall <[email protected]> Cheers, -- Julien Grall
