From owner-freebsd-mips@FreeBSD.ORG Mon Jan 10 05:03:53 2011 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 0E8051065674 for ; Mon, 10 Jan 2011 05:03:53 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 456608FC17 for ; Mon, 10 Jan 2011 05:03:51 +0000 (UTC) Received: by wyf19 with SMTP id 19so19433755wyf.13 for ; Sun, 09 Jan 2011 21:03:51 -0800 (PST) Received: by 10.227.69.195 with SMTP id a3mr2261945wbj.138.1294635831201; Sun, 09 Jan 2011 21:03:51 -0800 (PST) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.227.153.210 with HTTP; Sun, 9 Jan 2011 21:03:30 -0800 (PST) In-Reply-To: References: From: Juli Mallett Date: Sun, 9 Jan 2011 21:03:30 -0800 X-Google-Sender-Auth: 9wyD6nAVtZW6KR_mAKms8CyAVEU Message-ID: To: "Jayachandran C." Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mips@freebsd.org Subject: Re: [PATCH] Support for 64-bit PTEs on n64 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: Mon, 10 Jan 2011 05:03:53 -0000 On Sun, Jan 9, 2011 at 20:51, Jayachandran C. wr= ote: > Here's my initial code to support >4GB physical memory on MIPS. =A0This > patch adds 64 bit page table entries in n64 compilation. > > I would like to add this as an optional feature for n32/o32 > compilation with 'option PHYSADDR_64_BIT' later. This is great! Can you put the PTE-related assembly macros into an existing header file instead of in the sources? That's the only thing that really stands out to me. Juli.