[PATCH] x86: Remove obsolete get_cpu_vendor call

Since early CPU identify is in this information is already available

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Andi Kleen and committed by Linus Torvalds 6be382ea c6a3ea22

-4
-4
arch/i386/kernel/apic.c
··· 726 static int __init detect_init_APIC (void) 727 { 728 u32 h, l, features; 729 - extern void get_cpu_vendor(struct cpuinfo_x86*); 730 731 /* Disabled by kernel option? */ 732 if (enable_local_apic < 0) 733 return -1; 734 - 735 - /* Workaround for us being called before identify_cpu(). */ 736 - get_cpu_vendor(&boot_cpu_data); 737 738 switch (boot_cpu_data.x86_vendor) { 739 case X86_VENDOR_AMD:
··· 726 static int __init detect_init_APIC (void) 727 { 728 u32 h, l, features; 729 730 /* Disabled by kernel option? */ 731 if (enable_local_apic < 0) 732 return -1; 733 734 switch (boot_cpu_data.x86_vendor) { 735 case X86_VENDOR_AMD: