Date: Wed, 23 Jun 2010 10:40:28 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/fb fbreg.h src/sys/i386/i386 identcpu.c support.s src/sys/i386/include md_var.h src/sys/i386/isa npx.c Message-ID: <201006231042.o5NAg9r3089926@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-06-23 10:40:28 UTC
FreeBSD src repository
Modified files:
sys/dev/fb fbreg.h
sys/i386/i386 identcpu.c support.s
sys/i386/include md_var.h
sys/i386/isa npx.c
Log:
SVN rev 209460 on 2010-06-23 10:40:28Z by kib
Remove unused i586 optimized bcopy/bzero/etc implementations that utilize
FPU registers for copying. Remove the switch table and jumps from
bcopy/bzero/... to the actual implementation.
As a side-effect, i486-optimized bzero is removed.
Reviewed by: bde
Tested by: pho (previous version)
Revision Changes Path
1.24 +1 -10 src/sys/dev/fb/fbreg.h
1.210 +0 -1 src/sys/i386/i386/identcpu.c
1.122 +6 -767 src/sys/i386/i386/support.s
1.81 +0 -10 src/sys/i386/include/md_var.h
1.182 +1 -54 src/sys/i386/isa/npx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006231042.o5NAg9r3089926>
