Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262019AbUCIPnG (ORCPT ); Tue, 9 Mar 2004 10:43:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262022AbUCIPnG (ORCPT ); Tue, 9 Mar 2004 10:43:06 -0500 Received: from thebsh.namesys.com ([212.16.7.65]:10980 "HELO thebsh.namesys.com") by vger.kernel.org with SMTP id S262019AbUCIPnA (ORCPT ); Tue, 9 Mar 2004 10:43:00 -0500 From: Nikita Danilov MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16461.58880.459105.959740@laputa.namesys.com> Date: Tue, 9 Mar 2004 18:42:56 +0300 To: Marc-Christian Petersen Cc: linux-kernel@vger.kernel.org, Nick Piggin , Linux Memory Management Subject: Re: [RFC][PATCH 4/4] vm-mapped-x-active-lists In-Reply-To: <200403091626.39479@WOLK> References: <404D56D8.2000008@cyberone.com.au> <404D5784.9080004@cyberone.com.au> <200403091626.39479@WOLK> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1119 Lines: 31 Marc-Christian Petersen writes: > On Tuesday 09 March 2004 06:35, Nick Piggin wrote: > > Hi Nick, > > seems the following patch is required ontop of your patches? > > ciao, Marc > --- old/arch/i386/mm/hugetlbpage.c 2004-03-09 14:57:42.000000000 +0100 > +++ new/arch/i386/mm/hugetlbpage.c 2004-03-09 15:36:15.000000000 +0100 > @@ -411,8 +411,8 @@ static void update_and_free_page(struct > htlbzone_pages--; > for (j = 0; j < (HPAGE_SIZE / PAGE_SIZE); j++) { > map->flags &= ~(1 << PG_locked | 1 << PG_error | 1 << PG_referenced | > - 1 << PG_dirty | 1 << PG_active | 1 << PG_reserved | > - 1 << PG_private | 1<< PG_writeback); > + 1 << PG_dirty | 1 << PG_active_mapped | 1 << PG_active_unapped | PG_active_unapped? > + 1 << PG_reserved | 1 << PG_private | 1<< PG_writeback); > set_page_count(map, 0); > map++; > } Nikita. - 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/