K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-06-23T16:44:24.000000Z K 7 svn:log V 385 Move the code to handle the vm.blacklist tunable up a layer into vm_page_startup(). As a result, we now only lookup the tunable once instead of looking it up once for every physical page of memory in the system. This cuts out about a 1 second or so delay in boot on x86 systems. The delay is much larger and more noticable on sun4v apparently. Reported by: kmacy MFC after: 1 week END