cvs commit: src/sys/amd64/include atomic.h src/sys/i386/include
atomic.h
Bruce Evans
bde at FreeBSD.org
Fri Dec 29 05:36:26 PST 2006
bde 2006-12-29 13:36:26 UTC
FreeBSD src repository
Modified files:
sys/amd64/include atomic.h
sys/i386/include atomic.h
Log:
Try harder to garbage-collect the "LOCORE" (really asm) version of
MPLOCKED. The cleaning in rev.1.25 was supposed to have been undone
by rev.1.26, but 1.26 could never have actually affected asm files
since atomic.h is full of C declarations so including it in asm files
would just give syntax errors. The asm MPLOCKED is even less needed
than when misplaced definitions of it were first removed, and is now
unused in any asm file in the src tree except in anachronismns in
sys/i386/i386/support.s.
Revision Changes Path
1.42 +6 -6 src/sys/amd64/include/atomic.h
1.44 +5 -5 src/sys/i386/include/atomic.h
More information about the cvs-src
mailing list