Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: joerg
Date: Fri Mar 18 15:18:16 UTC 2011
Modified Files:
src/sys/arch/amd64/amd64: spl.S vector.S
src/sys/arch/i386/i386: locore.S spl.S vector.S
Log Message:
Remove static branch prediction hints. They pessimize code for all CPUs
but Pentium IV. Discussed with ad@ and dsl@
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amd64/amd64/spl.S
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/amd64/amd64/vector.S
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/i386/i386/locore.S
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/i386/i386/spl.S
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/i386/i386/vector.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