NetBSD/sys/arch/pc532
chs bb0c381fb9 two changes to prevent the kernel's pmap from being locked recursively
via interrupts:

(1) pmap_map_ptes() and pmap_unmap_ptes() don't need to do anything to
    map the kernel's pmap, since all pmaps contain the kernel's PTPs.
    this fixes interrupt-context calls to pmap_extract().
(2) pmap_kenter_*() and pmap_kremove() no longer adjust the kernel pmap's
    resident and wired counters.
1999-08-18 03:59:36 +00:00
..
compile
conf It's time to be COMPAT_14. 1999-07-29 10:37:12 +00:00
dev Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
fpu {bzero, bcopy} -> {memset, memcpy} 1998-09-12 19:14:58 +00:00
include Define cpu_number() as discussed on tech-smp. 1999-08-10 21:08:05 +00:00
pc532 two changes to prevent the kernel's pmap from being locked recursively 1999-08-18 03:59:36 +00:00
stand Fix symbol loading. esym is passed as an offset to loadaddress. 1999-05-03 09:19:29 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
To.Do Remove comment on bim.8 man page. 1997-11-10 01:58:10 +00:00