svn commit: r212730 - head/sys/sparc64/sparc64

Marius Strobl marius at FreeBSD.org
Thu Sep 16 12:05:47 UTC 2010


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;
 		}
 	}


More information about the svn-src-all mailing list