Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268293AbUJMDmx (ORCPT ); Tue, 12 Oct 2004 23:42:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268301AbUJMDmx (ORCPT ); Tue, 12 Oct 2004 23:42:53 -0400 Received: from rwcrmhc11.comcast.net ([204.127.198.35]:28352 "EHLO rwcrmhc11.comcast.net") by vger.kernel.org with ESMTP id S268293AbUJMDmw (ORCPT ); Tue, 12 Oct 2004 23:42:52 -0400 Subject: Re: 4level page tables for Linux II From: Albert Cahalan To: linux-kernel mailing list Cc: ak@suse.de Content-Type: text/plain Organization: Message-Id: <1097638599.2673.9668.camel@cube> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 12 Oct 2004 23:36:40 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 760 Lines: 24 Hmmm... pml4, pgd, pmd, pte (kernel names) PML4E, PDPE, PDE, PTE (AMD hardware names) It's kind of a mess, isn't it? It was bad enough with the "pmd" (page middle directory, ugh) being some random invention and everything being generally in conflict with real hardware naming. Now you've come up with a fourth name. Notice that you've resorted to using a number. Why not do that for the others too? It would bring some order to this ever-growing collection of arbitrary names. Like this: pd4, pd3, pd2, pd1 - 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/