From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755112Ab0C2Q6V (ORCPT ); Mon, 29 Mar 2010 12:58:21 -0400 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 Date: Mon, 29 Mar 2010 18:57:06 +0200 From: Ingo Molnar 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 Subject: Re: [PATCH 02/31] x86: Make sure free_init_pages() free pages in boundary 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 Content-Disposition: inline In-Reply-To: <1269830604-26214-3-git-send-email-yinghai@kernel.org> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=none autolearn=no SpamAssassin version=3.2.5 _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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