From owner-freebsd-mips@FreeBSD.ORG Thu Jul 24 20:59:38 2008 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE118106566C for ; Thu, 24 Jul 2008 20:59:38 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.freebsd.org (Postfix) with ESMTP id B356C8FC08 for ; Thu, 24 Jul 2008 20:59:38 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so1354993wra.27 for ; Thu, 24 Jul 2008 13:59:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=Z/ztt61hlK1dUh8DHPC3YcKl53GmxUSKKWNfOwKlhac=; b=suDcnI5gi50UmYtOMz5Fmo0sqQzy/jHMy1O8RFdGpK5pAsqzuB+2EJzWAsBgkEofA9 phqwpweSGpf0gQF4ndJbSSiU2FlyJ4zCM748LLgPuRALl5zrCUNq0ulyhuX/Rcj8uXzT KOGkBj+cp4p1GqbHhIIRrL+EBXMZqzqETS0rM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Tcwmd9p2cnbReoQ46xFOPrrNyOPYDMqzSBAfultOBTfe8JgS/NmqJQCpXbRTtItRes MvJt01t6am7oGBYD2TqNLWnigSwpoe1QdyZgqvvcuiQdxtZLnxULKp2bkyiiJ6evg9B2 2RHIHy3q180+fcxIm4I+m5lgiswnaXakNrZ7g= Received: by 10.90.86.9 with SMTP id j9mr916159agb.11.1216931617950; Thu, 24 Jul 2008 13:33:37 -0700 (PDT) Received: by 10.90.33.10 with HTTP; Thu, 24 Jul 2008 13:33:37 -0700 (PDT) Message-ID: <86068e730807241333v4d9f35d4ve4e4a266bb6d8121@mail.gmail.com> Date: Thu, 24 Jul 2008 13:33:37 -0700 From: "Jerry Toung" To: freebsd-mips@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: mips_phys_mask define X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 20:59:39 -0000 Hello list, still learning. Could someone explain why MIPS_PHYS_MASK is 0x1fffffff and not 0x7fffffff when you want to convert a program's address back to physical? Thanks, Jerry