x86/cpuid: Alter the legacy-path prototypes to match guest_cpuid()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 11 Jan 2017 11:59:02 +0000 (11:59 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 11 Jan 2017 11:59:02 +0000 (11:59 +0000)
commitfb12d2569614f0d4876196b5993e3a78dbca9fa2
treee110d29847da00e2b07e0a953d552373e25f81b7
parent46df8a65e4cbddf70ead5247bc8a71499bd3ae62
x86/cpuid: Alter the legacy-path prototypes to match guest_cpuid()

This allows the compiler to have a far easier time inlining the legacy paths
into guest_cpuid(), and avoids the need to have a full struct cpu_user_regs in
the guest_cpuid() stack frame.

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