Re: [PATCH v5 01/35] ASoC: Intel: avs: Include CPUID header at file scope

From: Borislav Petkov

Date: Fri Mar 20 2026 - 08:44:01 EST


On Thu, Oct 16, 2025 at 09:21:26PM +0200, Ahmed S. Darwish wrote:
> On Thu, 16 Oct 2025, Borislav Petkov wrote:
> >
> > Why are we even bothering with !CONFIG_X86?
> >
> > Because this thing has || COMPILE_TEST in Kconfig.
> >
> > But this thing gets enough compile testing on x86 already so why not
> > simply drop the whole unnecessary gunk?
> >
>
> Makes sense; will do.

I'll queue the below soon, if no one complains:

---