]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/mips/include/asm/uaccess.h
tree-wide: replace config_enabled() with IS_ENABLED()
[mirror_ubuntu-zesty-kernel.git] / arch / mips / include / asm / uaccess.h
index 7f109d4f64a4074d294f006def272008e8b71112..11b965f98d9589f7ba1686877a9f054a4c1ae42e 100644 (file)
@@ -88,7 +88,7 @@ extern u64 __ua_limit;
  */
 static inline bool eva_kernel_access(void)
 {
-       if (!config_enabled(CONFIG_EVA))
+       if (!IS_ENABLED(CONFIG_EVA))
                return false;
 
        return segment_eq(get_fs(), get_ds());