NetBSD/sys/arch/shark
thorpej bb84e85802 Change pmap_map_entry() to work like pmap_map_chunk(): take a pointer
to the L1 table and a virtual address, and no pointer to the L2 table.
The L2 table will be looked up by pmap_map_entry(), which will panic
if the there is no L2 table for the requested VA.

NOTE: IT IS EXTREMELY IMPORTANT THAT THE CORRECT VIRTUAL ADDRESS
BE PROVIDED TO pmap_map_entry()!  Notably, the code that mapped
the kernel L2 tables into the kernel PT mapping L2 table were not
passing actual virtual addresses, but rather offsets into the range
mapped by the L2 table.  I have fixed up all of these call sites,
and tested the resulting kernel on both an IQ80310 and a Shark.
Other portmasters should examine their pmap_map_entry() calls if
their new kernels fail.
2002-02-22 04:49:19 +00:00
..
compile
conf Use sys/dev/md_root.c 2002-02-12 00:50:12 +00:00
include * For platforms which are already ELF, remove the definition of 2002-02-12 06:58:18 +00:00
isa
ofw Change pmap_map_entry() to work like pmap_map_chunk(): take a pointer 2002-02-22 04:49:19 +00:00
shark
stand s/dnard/shark/ 2002-02-10 18:28:12 +00:00
Makefile