summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/uts/common/fs/zfs/spa_misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/common/fs/zfs/spa_misc.c b/usr/src/uts/common/fs/zfs/spa_misc.c
index af87d4611c..27697d5267 100644
--- a/usr/src/uts/common/fs/zfs/spa_misc.c
+++ b/usr/src/uts/common/fs/zfs/spa_misc.c
@@ -319,10 +319,10 @@ int zfs_deadman_enabled = -1;
#if defined(__amd64__) || defined(__i386__)
/*
* Should we allow the use of mechanisms that depend on saving and restoring
- * the FPU state? This is currently off by default due to stability issues in
- * the kernel FPU routines; e.g., see bug 13717.
+ * the FPU state? This was disabled initially due to stability issues in
+ * the kernel FPU routines; see bug 13717. As of the fixes for 13902 and
+ * 13915, it has once again been enabled.
*/
-/* XXX SmartOS now includes fixes for 13902 and 13915, so re-enable it. */
int zfs_fpu_enabled = 1;
#endif