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

From: Thomas Gleixner
Date: Fri Jul 28 2023 - 18:50:25 EST


On Fri, Jul 28 2023 at 15:36, Sohil Mehta wrote:

> There is an extra semicolon at the end of the patch subject.

Oops

> 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

Indeed.