Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 5 Mar 2002 10:32:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 5 Mar 2002 10:32:10 -0500 Received: from mail3.aracnet.com ([216.99.193.38]:1951 "EHLO mail3.aracnet.com") by vger.kernel.org with ESMTP id ; Tue, 5 Mar 2002 10:31:52 -0500 Date: Tue, 05 Mar 2002 07:29:11 -0800 From: "Martin J. Bligh" Reply-To: "Martin J. Bligh" To: Rik van Riel , Andrea Arcangeli cc: "Martin J. Bligh" , Daniel Phillips , Bill Davidsen , Mike Fedyk , linux-kernel@vger.kernel.org Subject: Re: 2.4.19pre1aa1 Message-ID: <830115452.1015313350@[10.10.2.3]> In-Reply-To: In-Reply-To: X-Mailer: Mulberry/2.1.2 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --On Tuesday, March 05, 2002 9:22 AM -0300 Rik van Riel wrote: > On Tue, 5 Mar 2002, Andrea Arcangeli wrote: >> On Mon, Mar 04, 2002 at 10:26:30PM -0300, Rik van Riel wrote: >> > On Tue, 5 Mar 2002, Andrea Arcangeli wrote: >> > > On Mon, Mar 04, 2002 at 09:01:31PM -0300, Rik van Riel wrote: >> > > > This could be expressed as: >> > > > >> > > > "node A" HIGHMEM A -> HIGHMEM B -> NORMAL -> DMA >> > > > "node B" HIGHMEM B -> HIGHMEM A -> NORMAL -> DMA > >> the example you made doesn't have highmem at all. >> >> > has 1 ZONE_NORMAL and 1 ZONE_DMA while it has multiple >> > HIGHMEM zones... >> >> it has multiple zone normal and only one zone dma. I'm not forgetting >> that. > > Your reality doesn't seem to correspond well with NUMA-Q > reality. I think the difference is that he has a 64 bit vaddr space, and I don't ;-) Thus all mem to him is ZONE_NORMAL (not sure why he still has a ZONE_DMA, unless he reused it for the 4Gb boundary). Andrea, is my assumtpion correct? On a 32 bit arch (eg ia32) everything above 896Mb (by default) is ZONE_HIGHMEM. Thus if I have > 896Mb in the first node, I will have one ZONE_NORMAL in node 0, and a ZONE_HIGHMEM in every node. If I have < 896Mb in the first node, then I have a ZONE_NORMAL in every node up to and including the 896 breakpoint, and a ZONE_HIGHMEM in every node from the breakpoint up (including the breakpoint node). Thus the number of zones = number of nodes + 1. M. - 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/