Date: Fri, 27 Jun 2003 14:50:52 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 genassym.c pmap.c swtch.s src/sys/i386/include pcpu.h Message-ID: <200306272150.h5RLorH0019017@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/06/27 14:50:52 PDT FreeBSD src repository Modified files: sys/i386/i386 genassym.c pmap.c swtch.s sys/i386/include pcpu.h Log: Fix the false IPIs on smp when using LAZY_SWITCH caused by pmap_activate() not releasing the pm_active bit in the old pmap. Revision Changes Path 1.142 +1 -0 src/sys/i386/i386/genassym.c 1.412 +6 -1 src/sys/i386/i386/pmap.c 1.138 +10 -8 src/sys/i386/i386/swtch.s 1.36 +1 -0 src/sys/i386/include/pcpu.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306272150.h5RLorH0019017>