Re: [PATCH v7 010/120] x86/lib: Add CPUID(0x1) family and model calculation

From: Ahmed S. Darwish

Date: Mon Jun 01 2026 - 15:55:22 EST


On Sat, 30 May 2026, Borislav Petkov wrote:
>
> On Thu, May 28, 2026 at 05:37:32PM +0200, Ahmed S. Darwish wrote:
> > +static unsigned int
> > +__x86_model(unsigned int family, unsigned int base_model, unsigned int ext_model)
>
> No need for that ugly linebreak.
>

ACK.