Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 29 Jan 2002 18:40:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 29 Jan 2002 18:38:58 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:13828 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Tue, 29 Jan 2002 18:37:50 -0500 Date: Tue, 29 Jan 2002 15:36:57 -0800 (PST) From: Linus Torvalds To: Oliver Xymoron cc: Rusty Russell , Subject: Re: [PATCH] per-cpu areas for 2.5.3-pre6 In-Reply-To: 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 Tue, 29 Jan 2002, Oliver Xymoron wrote: > > Seems like we could do slightly better to have these local areas mapped to > the same virtual address on each processor, which does away with the need > for an entire level of indirection. No no no. That is a really stupid idea, even though every single OS developer has at some time thought that it was the great idea (and it shows up in a lot of OS's). The reason it is a stupid idea is that if you do it, you can no longer share page tables between CPU's (unless all CPU's you support have TLB fill in software). 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/