From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756730AbYFUKXx (ORCPT ); Sat, 21 Jun 2008 06:23:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753128AbYFUKXm (ORCPT ); Sat, 21 Jun 2008 06:23:42 -0400 Received: from rv-out-0506.google.com ([209.85.198.232]:14245 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753100AbYFUKXj (ORCPT ); Sat, 21 Jun 2008 06:23:39 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-disposition:message-id:content-type :content-transfer-encoding; b=s0uwYtiYF3DkGkLVkCYs7c3m5RW9UhkVU0VqgFnTFZNrIx8MO5UGS6xYn5HOISSKNh 4aLmD7ygO/IWu1svzEEIrXvNMHLE4ADc0gba8gAhjdCBJ1qrNNjLr4jHiN0PG+LW8aDx nyaAOLzV+JbvAeYxvNOYp4+jHltRa4o8Ld74M= From: Yinghai Lu Reply-To: Yinghai Lu To: Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner Subject: [PATCH] x86: seperate funcs from setup_64 to cpu common_64.c Date: Sat, 21 Jun 2008 03:24:19 -0700 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: "linux-kernel@vger.kernel.org" References: <200806180215.53755.yhlu.kernel@gmail.com> <200806191530.32354.yhlu.kernel@gmail.com> In-Reply-To: <200806191530.32354.yhlu.kernel@gmail.com> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200806210324.20059.yhlu.kernel@gmail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Yinghai Lu --- arch/x86/kernel/cpu/Makefile | 2 arch/x86/kernel/cpu/common_64.c | 406 ++++++++++++++++++++++++++++++++++++++++ arch/x86/kernel/setup_64.c | 393 -------------------------------------- include/asm-x86/processor.h | 1 4 files changed, 409 insertions(+), 393 deletions(-) Index: linux-2.6/arch/x86/kernel/setup_64.c =================================================================== --- linux-2.6.orig/arch/x86/kernel/setup_64.c +++ linux-2.6/arch/x86/kernel/setup_64.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include @@ -52,7 +51,6 @@ #include #include #include -#include #include #include