summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/pte.h
Commit message (Collapse)AuthorAgeFilesLines
* Add definitions for 64-bit PTEsgrehan2005-11-111-10/+47
|
* 1. Better track the executable status of mappings.benno2002-05-091-0/+2
| | | | | | | 2. Set a pcpu variable to the real address of the active pmap (used when exiting from traps. Obtained from: NetBSD (1)
* Remove __P.alfred2002-03-201-1/+1
| | | | Reveiwed by: benno
* Complete rework of the PowerPC pmap and a number of other bits in the earlybenno2002-02-141-2/+10
| | | | | | | | | | | | | | boot sequence. The new pmap.c is based on NetBSD's newer pmap.c (for the mpc6xx processors) which is 70% faster than the older code that the original pmap.c was based on. It has also been based on the framework established by jake's initial sparc64 pmap.c. There is no change to how far the kernel gets (it makes it to the mountroot prompt in psim) but the new pmap code is a lot cleaner. Obtained from: NetBSD (pmap code)
* Bring in NetBSD code used in the PowerPC port.benno2001-06-101-0/+112
Reviewed by: obrien, dfr Obtained from: NetBSD
OpenPOWER on IntegriCloud