Source-Changes archive

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

CVS commit: src/sys/arch/i386/i386



Module Name:    src
Committed By:   ad
Date:           Mon Apr 28 13:09:00 UTC 2008

Modified Files:
        src/sys/arch/i386/i386: lock_stubs.S

Log Message:
- mutex_spin_enter: avoid SPL NOT LOWERED... errors when running with
  preemption. This could also fix similar errors seen with softints.
- Adjust code slightly to try and avoid mispredicted branches. The branch
  hint prefixes are apparently of little use.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 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