mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 19:04:45 +03:00
DLPX-44812 integrate EP-220 large memory scalability
This commit is contained in:
committed by
Brian Behlendorf
parent
616fa7c02b
commit
a6255b7fce
@@ -403,8 +403,13 @@ DEFINE_REC_METHODS(ssse3);
|
||||
static boolean_t
|
||||
raidz_will_ssse3_work(void)
|
||||
{
|
||||
/* ABD Bringup -- vector code not ready */
|
||||
#if 1
|
||||
return (B_FALSE);
|
||||
#else
|
||||
return (zfs_sse_available() && zfs_sse2_available() &&
|
||||
zfs_ssse3_available());
|
||||
#endif
|
||||
}
|
||||
|
||||
const raidz_impl_ops_t vdev_raidz_ssse3_impl = {
|
||||
|
||||
Reference in New Issue
Block a user