Date: Thu, 16 Sep 2010 12:05:47 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r212730 - head/sys/sparc64/sparc64 Message-ID: <201009161205.o8GC5lKT088328@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marius Date: Thu Sep 16 12:05:46 2010 New Revision: 212730 URL: http://svn.freebsd.org/changeset/base/212730 Log: Remove accidentally committed test code which effectively prevented the use of the SPARC64 V VIS-based block copy function added in r212709. Reported by: Michael Moll Modified: head/sys/sparc64/sparc64/machdep.c Modified: head/sys/sparc64/sparc64/machdep.c ============================================================================== --- head/sys/sparc64/sparc64/machdep.c Thu Sep 16 12:05:00 2010 (r212729) +++ head/sys/sparc64/sparc64/machdep.c Thu Sep 16 12:05:46 2010 (r212730) @@ -511,8 +511,6 @@ sparc64_init(caddr_t mdp, u_long o1, u_l case CPU_IMPL_SPARC64V: cpu_block_copy = zeus_block_copy; cpu_block_zero = zeus_block_zero; - cpu_block_copy = spitfire_block_copy; - cpu_block_zero = spitfire_block_zero; break; } }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009161205.o8GC5lKT088328>