summaryrefslogtreecommitdiff
path: root/sys/arch/ofppc/include/pmap.h
AgeCommit message (Expand)Author
2003-02-03Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).matt
2003-02-03More cleanup for OLDPMAP.matt
2002-03-09switch all mpc6xx powerpc ports to NEWPMAP by default.chs
2001-10-24NEWPMAP fixes that I missed committing.billc
1999-05-04Toss contents, and just pull in <powerpc/pmap.h>.thorpej
1998-08-26vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_tsakamoto
1998-01-27Import DDB from OpenBSD/powerpc.sakamoto
1998-01-06Don't need __VM_PMAP_HACK anymore.thorpej
1998-01-03Now that all ports have pmap_activate(), and it has an identical interface,thorpej
1998-01-02Implement pmap_activate().thorpej
1997-05-16Add #define __VM_PMAP_HACK as a temporary measure.gwr
1996-09-30PowerPC portws