Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262558AbTIQAxk (ORCPT ); Tue, 16 Sep 2003 20:53:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262560AbTIQAxk (ORCPT ); Tue, 16 Sep 2003 20:53:40 -0400 Received: from holomorphy.com ([66.224.33.161]:13009 "EHLO holomorphy") by vger.kernel.org with ESMTP id S262558AbTIQAxj (ORCPT ); Tue, 16 Sep 2003 20:53:39 -0400 Date: Tue, 16 Sep 2003 17:54:46 -0700 From: William Lee Irwin III To: "Martin J. Bligh" Cc: Ben Johnson , Linux Kernel Mailing List Subject: Re: linear vs. logical addresses? how does cpu interpret kernel addrs? Message-ID: <20030917005446.GW4306@holomorphy.com> Mail-Followup-To: William Lee Irwin III , "Martin J. Bligh" , Ben Johnson , Linux Kernel Mailing List References: <20030916154747.A22526@blarg.net> <1562370000.1063759683@[10.10.2.4]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1562370000.1063759683@[10.10.2.4]> Organization: The Domain of Holomorphy User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 868 Lines: 19 At some point in the past, someone had their attribution stripped from: >> 1) When I am referencing a pointer in the kernel, is the value of that >> pointer variable interpreted by the cpu as a logical or linear address? >> 2) if I have two overlapping data/stack segments presently selected, >> each with a different base, how does the cpu know which segment/base >> address to use to get the linear address? On Tue, Sep 16, 2003 at 05:48:04PM -0700, Martin J. Bligh wrote: > IIRC, all the base segments are 0, so none of this matters ;-) 2.0.x used such things as the segment bits, hardware tasking, and so on. -- wli - 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/