Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751142AbWIFOT2 (ORCPT ); Wed, 6 Sep 2006 10:19:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751143AbWIFOT2 (ORCPT ); Wed, 6 Sep 2006 10:19:28 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:22474 "EHLO e36.co.us.ibm.com") by vger.kernel.org with ESMTP id S1751142AbWIFOT1 (ORCPT ); Wed, 6 Sep 2006 10:19:27 -0400 Message-ID: <44FED8E3.5010900@fr.ibm.com> Date: Wed, 06 Sep 2006 16:19:15 +0200 From: Cedric Le Goater User-Agent: Thunderbird 1.5.0.5 (X11/20060808) MIME-Version: 1.0 To: Kirill Korotaev CC: Andrew Morton , Linux Kernel Mailing List , Alan Cox , Christoph Hellwig , Pavel Emelianov , Andrey Savochkin , devel@openvz.org, Rik van Riel , Andi Kleen , Oleg Nesterov , Alexey Dobriyan , Matt Helsley , CKRM-Tech , Hugh Dickins Subject: Re: [PATCH 7/13] BC: kernel memory (marks) References: <44FD918A.7050501@sw.ru> <44FD9717.1000709@sw.ru> In-Reply-To: <44FD9717.1000709@sw.ru> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1112 Lines: 31 Minor issue bellow in arch/ia64/mm/init.c. I'm not sure what the charge argument should be. Please check. Regards, C. Signed-off-by: Cedric Le Goater --- arch/ia64/mm/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: 2.6.18-rc5-mm1/arch/ia64/mm/init.c =================================================================== --- 2.6.18-rc5-mm1.orig/arch/ia64/mm/init.c +++ 2.6.18-rc5-mm1/arch/ia64/mm/init.c @@ -95,7 +95,7 @@ check_pgt_cache(void) preempt_disable(); while (unlikely((pages_to_free = min_pages_to_free()) > 0)) { while (pages_to_free--) { - free_page((unsigned long)pgtable_quicklist_alloc()); + free_page((unsigned long)pgtable_quicklist_alloc(0)); } preempt_enable(); preempt_disable(); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/