NetBSD/sys/arch/bebox
thorpej 2580d306ab Change the vm_map's "entries_pageable" member to a r/o flags member, which
has PAGEABLE and INTRSAFE flags.  PAGEABLE now really means "pageable",
not "allocate vm_map_entry's from non-static pool", so update all map
creations to reflect that.  INTRSAFE maps are maps that are used in
interrupt context (e.g. kmem_map, mb_map), and thus use the static
map entry pool (XXX as does kernel_map, for now).  This will eventually
change now these maps are locked, as well.
1999-05-26 19:16:28 +00:00
..
bebox Change the vm_map's "entries_pageable" member to a r/o flags member, which 1999-05-26 19:16:28 +00:00
compile keep compile dir. 1997-11-27 09:48:18 +00:00
conf clean up kernel/config files files for machVM lossage. 1999-03-24 06:06:09 +00:00
include Modify syncicache on PowerPC from an inline to a real function. 1999-04-17 21:16:45 +00:00
isa Moved to arch/bebox/include/isa_machdep.h,v 1999-03-19 05:02:03 +00:00
pci Moved to arch/bebox/include/pci_machdep.h,v 1999-03-19 03:36:07 +00:00
stand Modify syncicache on PowerPC from an inline to a real function. 1999-04-17 21:16:45 +00:00
Makefile Include bsd.subdir.mk instead of bsd.prog.mk. 1998-09-01 08:43:48 +00:00