cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386
mp_machdep.c
John Baldwin
jhb at FreeBSD.org
Mon Oct 8 14:51:02 PDT 2007
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
More information about the cvs-src
mailing list