aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* Include <machine/pte.h> since it has been removed from <machine/param.h>.Peter Grehan2004-04-211-0/+1
* Remove avail_end. It is not used.Alan Cox2004-04-111-1/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-1/+0
* Cleaned up param.h:Peter Grehan2004-02-111-0/+4
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-1/+0
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsJake Burkholder2003-03-161-0/+2
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-071-0/+1
* Implement vtophys()Benno Rice2002-06-291-0/+2
* Add pmap_mapdev and pmap_unmapdev.Benno Rice2002-06-291-0/+2
* Tidy up some loose ends.Peter Wemm2002-04-291-1/+0
* - Modify pmap_activate so it only marks the pmap as active.Benno Rice2002-02-281-0/+1
* Complete rework of the PowerPC pmap and a number of other bits in the earlyBenno Rice2002-02-141-84/+34
* Implement pmap_mapdev.Benno Rice2001-10-141-0/+1
* Update PowerPC MD code to compile and do initial bootstrap based onMark Peek2001-09-201-1/+2
* Bring in NetBSD code used in the PowerPC port.Benno Rice2001-06-101-0/+134