Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[deliverable/linux.git] / fs / btrfs / disk-io.c
index f6705252b5b2ea44b4aaf4d451692594b0904dcd..d01f89d130e029dd31f9a2bba6d50a9ca1f1b7cd 100644 (file)
@@ -938,7 +938,7 @@ static int check_async_write(struct inode *inode, unsigned long bio_flags)
        if (bio_flags & EXTENT_BIO_TREE_LOG)
                return 0;
 #ifdef CONFIG_X86
-       if (static_cpu_has_safe(X86_FEATURE_XMM4_2))
+       if (static_cpu_has(X86_FEATURE_XMM4_2))
                return 0;
 #endif
        return 1;
This page took 0.025326 seconds and 5 git commands to generate.