fa.openbsd.source-changes
[Top] [All Lists]

CVS: cvs.openbsd.org: src

Subject: CVS: cvs.openbsd.org: src
From: Artur Grabowski
Date: Sat, 06 Jun 2009 18:58:45 UTC
Newsgroups: fa.openbsd.source-changes

CVSROOT:        /cvs
Module name:    src
Changes by:     art@xxxxxxxxxxxxxxx     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.


<Prev in Thread] Current Thread [Next in Thread>