K 10 svn:author V 3 alc K 8 svn:date V 27 1999-10-30T07:37:14.000000Z K 7 svn:log V 337 The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to eliminate an extra (useless) level of indirection in half of the page queue accesses and (2) to use a single name for each queue throughout, instead of, e.g., "vm_page_queue_active" in some places and "vm_page_queues[PQ_ACTIVE]" in others. Reviewed by: dillon END