From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 02/31] x86: Make sure free_init_pages() free pages in boundary Date: Mon, 29 Mar 2010 18:57:06 +0200 Message-ID: <20100329165706.GA13961@elte.hu> References: <1269830604-26214-1-git-send-email-yinghai@kernel.org> <1269830604-26214-3-git-send-email-yinghai@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:51638 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755055Ab0C2Q6K (ORCPT ); Mon, 29 Mar 2010 12:58:10 -0400 Content-Disposition: inline In-Reply-To: <1269830604-26214-3-git-send-email-yinghai@kernel.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Yinghai Lu Cc: Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , David Miller , Benjamin Herrenschmidt , Linus Torvalds , Johannes Weiner , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Note, i applied the fix below, without it the 32-bit defconfig build would fail with: arch/x86/kernel/head32.c: In function 'i386_start_kernel': arch/x86/kernel/head32.c:50: error: implicit declaration of function 'PAGE_ALIGN' Ingo Index: linux/arch/x86/kernel/head32.c =================================================================== --- linux.orig/arch/x86/kernel/head32.c +++ linux/arch/x86/kernel/head32.c @@ -7,6 +7,7 @@ #include #include +#include #include #include