diff options
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | 2008-01-30 07:33:33 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:33 -0500 |
commit | 45078cb5e2fb5a0e55c373755ed45b43d901f9e4 (patch) | |
tree | 1302fe91ce6849536d25401203fab8d4c55b08bd /arch/x86/kernel | |
parent | 85e2aeea80b453800c19e7713d85c8f91ed97b5b (diff) |
x86: remove struct cpu_model_info
No one uses struct cpu_model_info on x86_64 now.
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 0d20ed7fb097..9ee2bc30d530 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -869,12 +869,6 @@ static void __cpuinit get_cpu_vendor(struct cpuinfo_x86 *c) | |||
869 | c->x86_vendor = X86_VENDOR_UNKNOWN; | 869 | c->x86_vendor = X86_VENDOR_UNKNOWN; |
870 | } | 870 | } |
871 | 871 | ||
872 | struct cpu_model_info { | ||
873 | int vendor; | ||
874 | int family; | ||
875 | char *model_names[16]; | ||
876 | }; | ||
877 | |||
878 | /* Do some early cpuid on the boot CPU to get some parameter that are | 872 | /* Do some early cpuid on the boot CPU to get some parameter that are |
879 | needed before check_bugs. Everything advanced is in identify_cpu | 873 | needed before check_bugs. Everything advanced is in identify_cpu |
880 | below. */ | 874 | below. */ |