From 2a9a9d4f6c07f2f23b663fe5fbeac1168a5d1029 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 07 Nov 2023 06:19:50 +0000 Subject: [PATCH] support uboot change LCD parameter --- 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