freebsd-nq/sys/alpha
Alan Cox 827b2fa091 o Introduce an argument, VM_ALLOC_WIRED, that requests vm_page_alloc()
to return a wired page.
 o Use VM_ALLOC_WIRED within Alpha's pmap_growkernel().  Also, because
   Alpha's pmap_growkernel() calls vm_page_alloc() from within a critical
   section, specify VM_ALLOC_INTERRUPT instead of VM_ALLOC_SYSTEM.  (Only
   VM_ALLOC_INTERRUPT is implemented entirely with a spin mutex.)
 o Assert that the page queues mutex is held in vm_page_wire()
   on Alpha, just like the other platforms.
2002-07-18 04:08:10 +00:00
..
alpha o Introduce an argument, VM_ALLOC_WIRED, that requests vm_page_alloc() 2002-07-18 04:08:10 +00:00
compile
conf Various comment and minor style fixes. No actual content changes. 2002-07-16 18:20:17 +00:00
include Remove label_t and physadr, which seem to have never been used in 2002-07-10 15:47:59 +00:00
isa Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
linux Part 1 of KSE-III 2002-06-29 17:26:22 +00:00
mcbus
osf1 Squish the "could sleep with process lock" messages caused by calling 2002-06-19 06:39:25 +00:00
pci Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complains 2002-05-10 16:56:14 +00:00
tlsb
Makefile