CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2009/04/27 11:48:25
Modified files: sys/arch/amd64/amd64: cpu.c genassym.cf lapic.c locore.S pmap.c vector.S vm_machdep.c sys/arch/amd64/include: cpu.h i82489var.h pmap.h Log message: turning pmap_deactivate into a NOP brought back the reaper panics, probably because the reaper is running on the mappings of pmap from the process it is about to unmap. back it out until ht is fixed right; don't let this sit in the tree waiting for a fix.