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: ad
Date: Mon Jun 2 14:41:41 UTC 2008
Modified Files:
src/sys/arch/amd64/amd64: locore.S
src/sys/arch/i386/i386: locore.S
src/sys/arch/x86/x86: cpu.c identcpu.c pmap.c
Log Message:
- Don't bother using sse to copy/zero pages on demand. It turns out not
to be worth it.
- If the machine has sse, re-enable zeroing pages in the idle loop and
use the sse instructions so that we don't blow out the cache.
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -r1.75 -r1.76 src/sys/arch/i386/i386/locore.S
cvs rdiff -r1.54 -r1.55 src/sys/arch/x86/x86/cpu.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/x86/x86/identcpu.c
cvs rdiff -r1.64 -r1.65 src/sys/arch/x86/x86/pmap.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