Date: Mon, 23 Oct 2000 16:32:36 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm_machdep.c Message-ID: <200010232332.QAA35875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/10/23 16:32:36 PDT Modified files: sys/i386/i386 vm_machdep.c Log: Don't dink with interrupts in vm_page_zero_idle(). This code assumed it was being called with interrupts disabled, when it was actually being called with them enabled. Pointed out by: tegge Revision Changes Path 1.141 +2 -11 src/sys/i386/i386/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010232332.QAA35875>