CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2013/10/31 19:09:43
Modified files: sys/arch/amd64/amd64: pmap.c Log message: get rid of pmap_pdp_cache_generation. it cannt change between where it is set and where it is tested again. instead of using pool ctors, just init the memory out of pool_get. ive been running this on a variety of amd64s without issue for a while now. deraadt also had no problems running it.