On 24.12.2020 16:24, Julien Grall wrote: > From: Julien Grall <jgr...@amazon.com> > > Replace all the use of 1 << 31 with 1UL << 31 to prevent undefined > behavior in the SMMU driver. > > Signed-off-by: Julien Grall <jgr...@amazon.com>
With, as already pointed out by Hans, 1UL replaced by 1U in title and description Reviewed-by: Jan Beulich <jbeul...@suse.com> Jan