summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-09-16 12:05:46 +0000
committermarius <marius@FreeBSD.org>2010-09-16 12:05:46 +0000
commitaf982c87f758e8ab2391033c0f21bf29f99180ce (patch)
tree9ec771f464945635a56cab2472b514f41da65c39 /sys/sparc64
parenta6703db12b9508b9abaa007a0f253580d1e9bec6 (diff)
downloadFreeBSD-src-af982c87f758e8ab2391033c0f21bf29f99180ce.zip
FreeBSD-src-af982c87f758e8ab2391033c0f21bf29f99180ce.tar.gz
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
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c
index a4ed381..42bdf5e 100644
--- a/sys/sparc64/sparc64/machdep.c
+++ b/sys/sparc64/sparc64/machdep.c
@@ -511,8 +511,6 @@ sparc64_init(caddr_t mdp, u_long o1, u_long o2, u_long o3, ofw_vec_t *vec)
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;
}
}
OpenPOWER on IntegriCloud