From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758060AbYFZBDm (ORCPT ); Wed, 25 Jun 2008 21:03:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755568AbYFZBBn (ORCPT ); Wed, 25 Jun 2008 21:01:43 -0400 Received: from wa-out-1112.google.com ([209.85.146.180]:2779 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755097AbYFZBBj (ORCPT ); Wed, 25 Jun 2008 21:01: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-type:content-transfer-encoding :content-disposition:message-id; b=X/3n51VRDhLxHXTyJ2Yg+z97PcUMUJwwYzSZxdtRozEVzv1g5eDIA2763tgFHjujn+ 7utq4Y0IpcW2wemi4pXOxAWMzv3psgfzOoPG2dm1vJrEQrVSC1yyMuHcs3ZFDyAU0opQ SvzET6IEPAuwtW0O/VrQzH0mHUNZwTGK7Ymow= From: Yinghai Lu Reply-To: Yinghai Lu To: Ingo Molnar Subject: [PATCH 05/16] x86: add extra includes for 64bit support Date: Wed, 25 Jun 2008 17:51:29 -0700 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: Thomas Gleixner , "H. Peter Anvin" , "linux-kernel@vger.kernel.org" References: <200806251748.06743.yhlu.kernel@gmail.com> In-Reply-To: <200806251748.06743.yhlu.kernel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806251751.29483.yhlu.kernel@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Yinghai Lu Index: linux-2.6/arch/x86/kernel/setup_32.c =================================================================== --- linux-2.6.orig/arch/x86/kernel/setup_32.c +++ linux-2.6/arch/x86/kernel/setup_32.c @@ -45,31 +45,75 @@ #include #include #include +#include #include #include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include + #include