NetBSD/sys/arch/alpha
thorpej ff62d4c0c5 - Tweak the pmap locking protocol slightly -- require that a pmap must
be locked before it can be marked as `active' on a processor.
- Require that pmaps other than the kernel pmap be locked when they
  are passed to pmap_tlb_shootdown().  This, combined with the locking
  protocol tweak, allow us to get a consistent view of `activeness' of
  a pmap, which means we can optmize away a lot of TLB shootdown traffic
  for user pmaps.
- Borrow an idea from the i386mp branch; use the normal SHOOTDOWN IPI
  to deal with hitting the entire TLB, and garbage-collect the TBIA
  and TBIAP IPIs.
2001-07-15 16:42:18 +00:00
..
a12 bcopy -> memcpy 2001-07-12 23:35:42 +00:00
alpha - Tweak the pmap locking protocol slightly -- require that a pmap must 2001-07-15 16:42:18 +00:00
common bcopy -> memcpy 2001-07-12 23:35:42 +00:00
compile
conf ncr(8) is gone from the tree, so remove ^#ncr*. 2001-07-09 15:05:22 +00:00
eisa #if 0 out a debugging printf. 2000-08-11 01:02:39 +00:00
include - Tweak the pmap locking protocol slightly -- require that a pmap must 2001-07-15 16:42:18 +00:00
isa This file is obsolsete. 2000-07-19 17:39:57 +00:00
jensenio bzero -> memset 2001-07-12 23:25:39 +00:00
mcbus Determine the size of the B-Cache earier, and initialize the 2001-05-02 01:24:29 +00:00
pci bzero -> memset 2001-07-12 23:25:39 +00:00
sableio bzero -> memset 2001-07-12 23:25:39 +00:00
stand Add Makefile snippets to install netboot in installation/netboot 2001-05-28 18:21:12 +00:00
tc bcopy -> memcpy 2001-07-12 23:35:42 +00:00
tlsb bzero -> memset 2001-07-12 23:25:39 +00:00
Makefile
STYLE