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:           Mon Feb  2 03:01:12 UTC 2009

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

Log Message:
Pull up following revision(s) (requested by ad in ticket #342):
        sys/arch/amd64/amd64/lock_stubs.S: revision 1.21
        sys/arch/i386/i386/lock_stubs.S: revision 1.22
- Fix a bug in amd64 rw_tryenter() where it could return failure even after
  acquiring a lock, if aligned on a 4GB boundary.
- Microoptimize more.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.20.6.1 src/sys/arch/amd64/amd64/lock_stubs.S
cvs rdiff -r1.21 -r1.21.6.1 src/sys/arch/i386/i386/lock_stubs.S

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