x86/cpu: Drop unused X86_VENDOR_* values
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Dec 2016 17:53:09 +0000 (17:53 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 3 Jan 2017 13:33:16 +0000 (13:33 +0000)
commit4084130511441a36ec3aadcc232998329cb3dd0c
tree113579c9a23eff0431bf7962f0d1197c63971c2b
parented5f19aea66fe5a72060d6a795ffcd23b7643ee3
x86/cpu: Drop unused X86_VENDOR_* values

Xen only has CPU drivers for Intel, Centaur and AMD.  All other contributions
to X86_VENDOR_NUM simply make the cpu_devs[] array longer, reducing the
efficiency of get_cpu_vendor()

There is one remaning hidden reference to X86_VENDOR_CYRIX in the MTRR code.
However, as far as I can tell, Cyrix never realeased a 64bit processor.  It is
therefore dead code.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/mtrr/main.c
xen/include/asm-x86/processor.h