There is an extra semicolon at the end of the patch subject. On 7/28/2023 5:12 AM, Thomas Gleixner wrote: > APIC ID checks compare with BAD_APICID all over the place, but some > initializers and some code which fiddles with global data structure use > -1[U] instead. That simply cannot work at all. > > Fix it up and use BAD_APICID consistenly all over the place. > s/consistenly/consistently -Sohil