Re: [PATCH 2/3] V5 more sampling fun 2
Thomas Gleixner <[email protected]> Tue, 07 Apr 2020 17:17:44 +0200
| Newsgroups | org.kernel.lore.historical-speck |
|---|---|
| Message-ID | <[email protected]> |
Mark, speck for mark gross <[email protected]> writes: > + > +static bool __init cpu_matches(unsigned long which, const struct x86_cpu_id *table) > { > - const struct x86_cpu_id *m = x86_match_cpu(cpu_vuln_whitelist); > + const struct x86_cpu_id *m = x86_match_cpu(table); Can this and the fixup of the caller please be in a separate patch? Thanks, tglx