cvs commit: src/sys/amd64/amd64 apic_vector.S cpu_switch.S
mp_machdep.c pmap.c src/sys/amd64/include apicvar.h smp.h
Peter Wemm
peter at FreeBSD.org
Sun May 16 15:11:51 PDT 2004
peter 2004/05/16 15:11:50 PDT
FreeBSD src repository
Modified files:
sys/amd64/amd64 apic_vector.S cpu_switch.S mp_machdep.c
pmap.c
sys/amd64/include apicvar.h smp.h
Log:
Kill the LAZYPMAP ifdefs. While they worked, they didn't do anything
to help the AMD cpus (which have a hardware tlb flush filter). I held
off to see what the 64 bit Intel cpus did, but it doesn't seem to help
much there either. Oh well, store it in the Attic.
Revision Changes Path
1.98 +0 -15 src/sys/amd64/amd64/apic_vector.S
1.149 +0 -4 src/sys/amd64/amd64/cpu_switch.S
1.237 +0 -5 src/sys/amd64/amd64/mp_machdep.c
1.459 +0 -100 src/sys/amd64/amd64/pmap.c
1.8 +0 -1 src/sys/amd64/include/apicvar.h
1.80 +1 -2 src/sys/amd64/include/smp.h
More information about the cvs-src
mailing list