cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386
intr_machdep.c
Scott Long
scottl at FreeBSD.org
Wed Nov 3 10:03:07 PST 2004
scottl 2004-11-03 18:03:06 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 intr_machdep.c
sys/i386/i386 intr_machdep.c
Log:
Don't use atomic ops to increment interrupt stats. This was only done on
amd64 and i386 anyways. The stats are only kept for informational purposes.
Revision Changes Path
1.11 +3 -3 src/sys/amd64/amd64/intr_machdep.c
1.11 +3 -3 src/sys/i386/i386/intr_machdep.c
More information about the cvs-src
mailing list