From: Hiroshi Shimamoto Date: Wed, 30 Jan 2008 12:33:33 +0000 (+0100) Subject: x86: remove struct cpu_model_info X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=45078cb5e2fb5a0e55c373755ed45b43d901f9e4;p=linux-edison.git x86: remove struct cpu_model_info No one uses struct cpu_model_info on x86_64 now. Signed-off-by: Hiroshi Shimamoto Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 0d20ed7fb09..9ee2bc30d53 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) c->x86_vendor = X86_VENDOR_UNKNOWN; } -struct cpu_model_info { - int vendor; - int family; - char *model_names[16]; -}; - /* Do some early cpuid on the boot CPU to get some parameter that are needed before check_bugs. Everything advanced is in identify_cpu below. */