Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/arch



Module Name:    src
Committed By:   snj
Date:           Wed May 13 00:35:16 UTC 2009

Modified Files:
        src/sys/arch/amd64/amd64 [netbsd-5]: lock_stubs.S
        src/sys/arch/i386/i386 [netbsd-5]: lock_stubs.S
        src/sys/arch/x86/x86 [netbsd-5]: patch.c

Log Message:
Pull up following revision(s) (requested by ad in ticket #725):
        sys/arch/amd64/amd64/lock_stubs.S: revision 1.22
        sys/arch/i386/i386/lock_stubs.S: revision 1.23
        sys/arch/x86/x86/patch.c: revision 1.18
A workaround for a bug with some Opteron revisions where locked operations
sometimes do not serve as memory barriers, allowing memory references to
bleed outside of critical sections.  It is possible that this is the
reason for pkgbuild's longstanding crashiness.
This is not complete (atomic ops need some work too).


To generate a diff of this commit:
cvs rdiff -u -r1.20.6.1 -r1.20.6.2 src/sys/arch/amd64/amd64/lock_stubs.S
cvs rdiff -u -r1.21.6.1 -r1.21.6.2 src/sys/arch/i386/i386/lock_stubs.S
cvs rdiff -u -r1.14.4.3 -r1.14.4.4 src/sys/arch/x86/x86/patch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index