Re: [PATCH v1 19/26] x86/cacheinfo: Use scanned CPUID(0x4)
Ingo Molnar <[email protected]>
| Newsgroups | dev.linux.lists.x86-cpuid,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
* Ahmed S. Darwish <[email protected]> wrote: > Refactor the Intel CPUID(0x4) cacheinfo logic to use scanned CPUID access > instead of issuing direct CPUID queries. > > Since scanned CPUID access requires a cpuinfo_x86 reference, propagate it > down from <linux/cacheinfo.h>'s populate_cache_leaves() to all the > relevant functions. Could you please split this patch into two parts, first one does the mechanical propagation of the cpuinfo_x86 pointer down the function, the second one does functional changes? Thanks, Ingo