Re: [PATCH v7 010/120] x86/lib: Add CPUID(0x1) family and model calculation
"Ahmed S. Darwish" <[email protected]> Mon, 1 Jun 2026 21:54:42 +0200
| Newsgroups | dev.linux.lists.x86-cpuid,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <ah3jgt2TcUxcAmL-@lx-t490> |
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.