On Mon, Oct 14, 2024 at 06:31:26PM +0300, Andy Shevchenko wrote: > 32-bit compilation makes compiler unhappy about too big right shifts. > Use a similar trick to Linux kernel project by replacing foo >> 32 by > (foo >> 16) >> 16. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Thanks Andy, Series applied. _______________________________________________ kexec mailing list kexec@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/kexec