Date: Mon, 8 Oct 2007 21:51:01 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c Message-ID: <200710082151.l98Lp2MW081751@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-10-08 21:51:01 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/amd64/amd64 mp_machdep.c
sys/i386/i386 mp_machdep.c
Log:
MFC some fixes to IPI_PREEMPT:
- Use the proper bitmask tests for an IPI in the bitmap handler on amd64
and i386.
- Don't test against idle priority, just the idle thread in the IPI_PREEMPT
handlers.
Revision Changes Path
1.260.2.14 +2 -2 src/sys/amd64/amd64/mp_machdep.c
1.252.2.13 +3 -3 src/sys/i386/i386/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710082151.l98Lp2MW081751>
