From 36f0949ef9854b82a9a3154d970da4e3b8d12a61 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 06 Nov 2023 07:23:29 +0000 Subject: [PATCH] rk3568 rkbin init --- 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