x86/cpuid: Fix up stale comments
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 14 Jul 2017 15:27:26 +0000 (15:27 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 27 Jun 2018 16:42:32 +0000 (17:42 +0100)
commit7ba271145bd87169d65172e0a42fbf5d56320b4c
treef391fd873b62fa4b830bb1c5a9e686c0bb23bbad
parent23839a0fa0bbe78c174cd2bb49083e153f0f99df
x86/cpuid: Fix up stale comments

 * There is no legacy path any more.  All static information is retrieved in
   the first pass.
 * d->arch.cpuids[] doesn't exist any more.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpuid.c
xen/arch/x86/domctl.c