[PATCH] x86/cpufeatures: Remove get_scattered_cpuid_leaf()

2018-11-05 Thread Sean Christopherson
get_scattered_cpuid_leaf() was added[1] to help KVM rebuild hardware- defined leafs that are rearranged by Linux to avoid bloating the x86_capability array. Eventually, the last consumer of the function was removed[2], but the function itself was kept, perhaps even intentionally as a form of

[PATCH] x86/cpufeatures: Remove get_scattered_cpuid_leaf()

2018-11-05 Thread Sean Christopherson
get_scattered_cpuid_leaf() was added[1] to help KVM rebuild hardware- defined leafs that are rearranged by Linux to avoid bloating the x86_capability array. Eventually, the last consumer of the function was removed[2], but the function itself was kept, perhaps even intentionally as a form of