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
This commit is contained in:
parent
fe198baaa6
commit
3c141a7e1d
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user