Date: Thu, 22 Feb 2001 10:05:16 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ipl.s src/sys/i386/i386 trap.c Message-ID: <200102221805.f1MI5GM27652@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/02/22 10:05:16 PST Modified files: sys/i386/isa ipl.s sys/i386/i386 trap.c Log: - Change ast() to take a pointer to a trapframe like other architectures. - Don't use an atomic operation to update cnt.v_soft in ast(). This is the only place the variable is written to, and sched_lock is always held when it is written, so it is already protected and the mutex release of sched_lock asserts a memory barrier that ensures the value will be updated in a timely fashion. Revision Changes Path 1.47 +3 -1 src/sys/i386/isa/ipl.s 1.180 +8 -8 src/sys/i386/i386/trap.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?200102221805.f1MI5GM27652>