NetBSD/sys/arch/arm26
thorpej a180cee23b Pool deals fairly well with physical memory shortage, but it doesn't
deal with shortages of the VM maps where the backing pages are mapped
(usually kmem_map).  Try to deal with this:

* Group all information about the backend allocator for a pool in a
  separate structure.  The pool references this structure, rather than
  the individual fields.
* Change the pool_init() API accordingly, and adjust all callers.
* Link all pools using the same backend allocator on a list.
* The backend allocator is responsible for waiting for physical memory
  to become available, but will still fail if it cannot callocate KVA
  space for the pages.  If this happens, carefully drain all pools using
  the same backend allocator, so that some KVA space can be freed.
* Change pool_reclaim() to indicate if it actually succeeded in freeing
  some pages, and use that information to make draining easier and more
  efficient.
* Get rid of PR_URGENT.  There was only one use of it, and it could be
  dealt with by the caller.

From art@openbsd.org.
2002-03-08 20:48:27 +00:00
..
arm26 Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
compile
conf Add a comment explaining why I use -ffixed-r14 (though actually I'm not sure 2002-03-07 23:15:23 +00:00
include Purge CLSIZE, CLSIZELOG2 and MCLOFSET. 2002-02-26 15:13:19 +00:00
iobus Correct definitions of various control register bits. 2002-03-07 23:16:44 +00:00
ioc * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
podulebus Disable interrupts for podule loaders from C rather than assembler, since the 2001-12-03 20:54:07 +00:00
stand MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
vidc possible has two s. 2002-03-04 15:35:56 +00:00
Makefile New mechanism for building the tokenised version of BBBB under NetBSD. This 2000-11-21 23:47:37 +00:00