Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2011 17:08:24 +0530
From:      "Jayachandran C." <c.jayachandran@gmail.com>
To:        freebsd-mips@freebsd.org, Alan Cox <alc@cs.rice.edu>
Subject:   [PATCH] Use vm_paddr_t for physical address on MIPS
Message-ID:  <AANLkTi=Ab%2BsUez%2BCH0_2=LJh5bQeRXF-Fv2C6t9-DPVy@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
There are a few places in MIPS where vm_offset_t is used for physical
addresses. The attached patch fixes them, and also contains changes to
use uintmax_t when printing PTE entries and physical addresses.

I plan to check this in if there are no objections, before checking in
the 64 bit PTE changes.  These changes will be useful if we decide to
have 64 bit physical address on n32(32bit) compilation.

JC.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTi=Ab%2BsUez%2BCH0_2=LJh5bQeRXF-Fv2C6t9-DPVy>