Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 16 Mar 2002 15:40:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 16 Mar 2002 15:40:46 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:24073 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sat, 16 Mar 2002 15:39:47 -0500 Date: Sat, 16 Mar 2002 12:38:01 -0800 (PST) From: Linus Torvalds To: Richard Gooch cc: , Andi Kleen , Paul Mackerras , Subject: Re: [Lse-tech] Re: 10.31 second kernel compile In-Reply-To: <200203162036.g2GKaL513580@vindaloo.ras.ucalgary.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 16 Mar 2002, Richard Gooch wrote: > > These are contiguous physical pages, or just logical (virtual) pages? Contiguous virtual pages, but discontiguous physical pages. The advantage being that you only need one set of virtual tags per "wide" entry, and you just fill the whole wide entry directly from the cacheline (ie the TLB entry is not really 32 bits any more, it's a full cacheline). The _real_ advantage being that it should be totally invisible to software. I think Intel does something like this, but the point is, I don't even have to know, and it still works. Linus - 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/