Re: [patch v2 11/38] x86/apic: Use BAD_APICID consistently;

From: Sohil Mehta
Date: Fri Jul 28 2023 - 18:37:08 EST


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