Re: [patch 00/58] x86/apic: Decrapification and static calls

From: Linus Torvalds
Date: Mon Jul 17 2023 - 20:28:27 EST


On Mon, 17 Jul 2023 at 16:14, Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> But what I really want to do is to make x86 SMP only.

I don't hate the notion, but it would make our UP coverage much worse
for other targets.

We already have weak coverage of UP builds anyway, since no sane
developer uses UP. But if we make UP not even be an option on x86,
then that coverage goes from bad to abysmal.

That said, I already floated dropping i486 support a couple of years
ago. If what you *really* want is "unconditional APIC support", then
that would be it, no?

So I don't like "force SMP" from a coverage standpoint. But if the
pain point is "we support machines that don't even have an APIC at
all", *that* I think we could just decide to do.

Hmm?

Anyway, the series looks good to me. I did have one reaction, but that
is probably due to my own confusion.

Linus