NetBSD/sys/arch/alpha
thorpej 605472f676 Optimize out a TLB invalidation in a common case of pmap_enter(): if
the PTE was previously invalid, no TLB invalidation is necessary because:

	(1) when a PTE is invalidated, its entry is flushed from the
	    TLB

	(2) the PALcode won't install an invalid PTE into the TLB.
1998-03-18 22:13:58 +00:00
..
alpha Optimize out a TLB invalidation in a common case of pmap_enter(): if 1998-03-18 22:13:58 +00:00
common Use pmap_kenter_pa() in _bus_dmamem_map() if PMAP_NEW. 1998-03-17 04:59:36 +00:00
compile clean up RCS IDs 1997-08-12 06:08:21 +00:00
conf Add commented out "options FFS_EI" 1998-03-18 16:34:41 +00:00
eisa
include Add ASN housekeeping and a CPU mask to the pmap. 1998-03-18 19:39:23 +00:00
isa adapt to changed <dev/ic/i8042reg.h> 1998-01-18 14:45:10 +00:00
pci Use the more consistent register field names & add ctags(1) keys. 1998-03-02 07:07:41 +00:00
stand fix typo in last commit (noticed on inspection) 1998-03-02 21:36:55 +00:00
tc Nuke the vatopa() macro. 1998-03-07 00:42:07 +00:00
tlsb Adjust for config changes. 1998-01-12 10:21:02 +00:00
wscons Adjust for config changes. 1998-01-12 10:21:02 +00:00
Makefile Minor rearrangement to match other files. 1997-10-11 09:12:18 +00:00
STYLE Make a note about option headers. 1997-09-02 13:42:49 +00:00