On 16/06/2020 13.13, Xu, Like wrote: > On 2020/6/16 18:59, Thomas Huth wrote: >> When building for 32-bit hosts, the compiler currently complains: >> >> x86/pmu.c: In function 'check_gp_counters_write_width': >> x86/pmu.c:490:30: error: left shift count >= width of type >> >> Use the correct suffix to avoid this problem. >> >> Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> > > Thanks, I admit I did not test it on a 32-bit host. No problem, that's what the CI is good for :-) (if you have a github or gitlab account, you can also run the tests there before submitting a patch) Thomas