diff options
Diffstat (limited to 'usr/src/uts/common/fs')
-rw-r--r-- | usr/src/uts/common/fs/zfs/spa_misc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/zfs/spa_misc.c b/usr/src/uts/common/fs/zfs/spa_misc.c index dd44829a43..af87d4611c 100644 --- a/usr/src/uts/common/fs/zfs/spa_misc.c +++ b/usr/src/uts/common/fs/zfs/spa_misc.c @@ -322,7 +322,8 @@ int zfs_deadman_enabled = -1; * the FPU state? This is currently off by default due to stability issues in * the kernel FPU routines; e.g., see bug 13717. */ -int zfs_fpu_enabled = 0; +/* XXX SmartOS now includes fixes for 13902 and 13915, so re-enable it. */ +int zfs_fpu_enabled = 1; #endif /* |