]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/sched.h
Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[thirdparty/linux.git] / include / linux / sched.h
index 9a66147915b2702588d33c9c443b65a27a0cc7fb..cdb8ea53c365ba45be4041c887de4c9d1c22afcd 100644 (file)
@@ -957,7 +957,7 @@ struct task_struct {
        /* Recursion prevention for eventfd_signal() */
        unsigned                        in_eventfd:1;
 #endif
-#ifdef CONFIG_IOMMU_SVA
+#ifdef CONFIG_ARCH_HAS_CPU_PASID
        unsigned                        pasid_activated:1;
 #endif
 #ifdef CONFIG_CPU_SUP_INTEL