From f45e756958099c35d6afb746df1d40a1c6302cfc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 07 Nov 2023 06:20:23 +0000 Subject: [PATCH] enable wifi gpio --- kernel/include/linux/iommu.h | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/kernel/include/linux/iommu.h b/kernel/include/linux/iommu.h index c5470ac..6d48388 100644 --- a/kernel/include/linux/iommu.h +++ b/kernel/include/linux/iommu.h @@ -45,10 +45,7 @@ #define IOMMU_USE_UPSTREAM_HINT (1 << 6) /* Use upstream device's bus attribute with no write-allocate cache policy */ -#define IOMMU_USE_LLC_NWA (1 << 7) - -/* For shoting entire IOMMU tlb once */ -#define IOMMU_TLB_SHOT_ENTIRE (1 << 6) +#define IOMMU_USE_LLC_NWA (1 << 7) struct iommu_ops; struct iommu_group; -- Gitblit v1.6.2