* [PATCH] iommu/vt-d: Remove unused dmar_msi_read
@ 2024-10-22 0:27 linux
2024-10-29 4:41 ` Baolu Lu
0 siblings, 1 reply; 2+ messages in thread
From: linux @ 2024-10-22 0:27 UTC (permalink / raw)
To: dwmw2, baolu.lu, joro, will, robin.murphy
Cc: iommu, linux-kernel, Dr. David Alan Gilbert
From: "Dr. David Alan Gilbert" <linux@treblig.org>
dmar_msi_read() has been unused since 2022 in
commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")
Remove it.
(dmar_msi_write still exists and is used once).
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
drivers/iommu/intel/dmar.c | 13 -------------
include/linux/dmar.h | 1 -
2 files changed, 14 deletions(-)
diff --git a/drivers/iommu/intel/dmar.c b/drivers/iommu/intel/dmar.c
index eaf862e8dea1..7881d9e46622 100644
--- a/drivers/iommu/intel/dmar.c
+++ b/drivers/iommu/intel/dmar.c
@@ -1895,19 +1895,6 @@ void dmar_msi_write(int irq, struct msi_msg *msg)
raw_spin_unlock_irqrestore(&iommu->register_lock, flag);
}
-void dmar_msi_read(int irq, struct msi_msg *msg)
-{
- struct intel_iommu *iommu = irq_get_handler_data(irq);
- int reg = dmar_msi_reg(iommu, irq);
- unsigned long flag;
-
- raw_spin_lock_irqsave(&iommu->register_lock, flag);
- msg->data = readl(iommu->reg + reg + 4);
- msg->address_lo = readl(iommu->reg + reg + 8);
- msg->address_hi = readl(iommu->reg + reg + 12);
- raw_spin_unlock_irqrestore(&iommu->register_lock, flag);
-}
-
static int dmar_fault_do_one(struct intel_iommu *iommu, int type,
u8 fault_reason, u32 pasid, u16 source_id,
unsigned long long addr)
diff --git a/include/linux/dmar.h b/include/linux/dmar.h
index 499bb2c63483..692b2b445761 100644
--- a/include/linux/dmar.h
+++ b/include/linux/dmar.h
@@ -292,7 +292,6 @@ static inline void dmar_copy_shared_irte(struct irte *dst, struct irte *src)
struct irq_data;
extern void dmar_msi_unmask(struct irq_data *data);
extern void dmar_msi_mask(struct irq_data *data);
-extern void dmar_msi_read(int irq, struct msi_msg *msg);
extern void dmar_msi_write(int irq, struct msi_msg *msg);
extern int dmar_set_interrupt(struct intel_iommu *iommu);
extern irqreturn_t dmar_fault(int irq, void *dev_id);
--
2.47.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] iommu/vt-d: Remove unused dmar_msi_read
2024-10-22 0:27 [PATCH] iommu/vt-d: Remove unused dmar_msi_read linux
@ 2024-10-29 4:41 ` Baolu Lu
0 siblings, 0 replies; 2+ messages in thread
From: Baolu Lu @ 2024-10-29 4:41 UTC (permalink / raw)
To: linux, dwmw2, joro, will, robin.murphy; +Cc: baolu.lu, iommu, linux-kernel
On 2024/10/22 8:27, linux@treblig.org wrote:
> From: "Dr. David Alan Gilbert"<linux@treblig.org>
>
> dmar_msi_read() has been unused since 2022 in
> commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")
>
> Remove it.
>
> (dmar_msi_write still exists and is used once).
>
> Signed-off-by: Dr. David Alan Gilbert<linux@treblig.org>
> ---
> drivers/iommu/intel/dmar.c | 13 -------------
> include/linux/dmar.h | 1 -
> 2 files changed, 14 deletions(-)
Queued for v6.13. Thank you!
--
baolu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-29 4:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22 0:27 [PATCH] iommu/vt-d: Remove unused dmar_msi_read linux
2024-10-29 4:41 ` Baolu Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox