CVSROOT: /cvs Module name: src Changes by: a...@cvs.openbsd.org 2009/06/06 12:57:31
Modified files: sys/arch/amd64/amd64: trap.c Log message: When getting a fault in the kernel, we checked for biglock and failed immediately when biglock wasn't held. But there is nothing inherently wrong with doing copyin/copyout faults without holding biglock, so just remove the check because it prevent us from doing copyin in syscall before we grab the biglock.