Subject: re: caddr_t removal Q To: Allen Briggs <briggs@netbsd.org> From: matthew green <mrg@eterna.com.au> List: tech-kern Date: 03/14/2007 07:23:34
paddr_t might also be a candidate for some of the uses.
note that paddr_t is not always convertable to/from a pointer.
eg, 32 bit sparc has 64 bit paddr_t but 32 bit pointers.
.mrg.