Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
[linux-2.6-microblaze.git] / lib / smp_processor_id.c
index faaa927..1c1dbd3 100644 (file)
@@ -26,7 +26,7 @@ unsigned int check_preemption_disabled(const char *what1, const char *what2)
        if (current->nr_cpus_allowed == 1)
                goto out;
 
-#if defined(CONFIG_SMP) && defined(CONFIG_PREEMPT_RT)
+#ifdef CONFIG_SMP
        if (current->migration_disabled)
                goto out;
 #endif