NetBSD/sys/arch/hp300
thorpej 43b82d559c Improve pmap_copy_page() and pmap_zero_page(). Don't use pmap_enter()/
pmap_remove() for the temporary addresses.  This is completely unnecessary
as the temps are used ONLY for these routines, and we have better control
over the mapping by manipulating the PTE ourself.  On VAC systems, cache-
inhibit the mapping to prevent wasting a cache load.

These routines are now significantly faster.

Add a DIAGNOSTIC check in pmap_enter() for kernel pmap and (CADDR1 or CADDR2);
nothing should be adding mappings there via that interface.
1998-12-21 06:58:39 +00:00
..
compile
conf Wire down some SCSI disk units. 1998-12-19 20:05:19 +00:00
dev Add braces to make egcs happy. 1998-11-09 15:53:51 +00:00
DOC The FPCOPROC option no longer exists. 1997-09-12 08:04:12 +00:00
hp300 Improve pmap_copy_page() and pmap_zero_page(). Don't use pmap_enter()/ 1998-12-21 06:58:39 +00:00
include Changes to support fork_kthread(): 1998-11-11 06:41:23 +00:00
stand allow LDSTATIC definition to be overridden by bsd.own.mk/mk.conf 1998-03-02 20:01:05 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00