freebsd-dev/sys/powerpc
Jake Burkholder 5501d40bb9 Made the prototypes for pmap_kenter and pmap_kremove MD. These functions
are machine dependent because they are not required to update the tlb when
mappings are added or removed, and doing so is machine dependent.
In addition, an implementation may require that pages mapped with pmap_kenter
have a backing vm_page_t, which is not necessarily true of all physical
pages, and so may choose to pass the vm_page_t to pmap_kenter instead of the
physical address in order to make this requirement clear.
2003-03-16 04:16:03 +00:00
..
aim Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls 2003-03-04 21:03:05 +00:00
compile
conf Fix whitespace problems with option lines. 2003-02-13 22:27:40 +00:00
include Made the prototypes for pmap_kenter and pmap_kremove MD. These functions 2003-03-16 04:16:03 +00:00
ofw Simplify ofw_pci_fixup(). It doesn't need to be recursive, since the 2003-03-03 12:05:06 +00:00
powermac Catch up with ATAng changes 2003-02-24 03:12:30 +00:00
powerpc Grab Giant around calls to contigmalloc() and contigfree() so 2003-03-13 17:18:48 +00:00
psim Catch up with ATAng changes 2003-02-24 03:12:30 +00:00