lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 17 Jan 2022 12:24:22 -0000
From:   "irqchip-bot for Marc Zyngier" <tip-bot2@...utronix.de>
To:     linux-kernel@...r.kernel.org
Cc:     Marc Zyngier <maz@...nel.org>, Hector Martin <marcan@...can.st>,
        tglx@...utronix.de
Subject: [irqchip: irq/irqchip-fixes] irqchip/apple-aic: Drop unused ipi_hwirq field

The following commit has been merged into the irq/irqchip-fixes branch of irqchip:

Commit-ID:     45378cd33905966baf16d12ab0adbd56794ee075
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/45378cd33905966baf16d12ab0adbd56794ee075
Author:        Marc Zyngier <maz@...nel.org>
AuthorDate:    Sat, 08 Jan 2022 14:01:18 
Committer:     Marc Zyngier <maz@...nel.org>
CommitterDate: Mon, 17 Jan 2022 12:12:26 

irqchip/apple-aic: Drop unused ipi_hwirq field

This field was never used, remove it.

Signed-off-by: Marc Zyngier <maz@...nel.org>
Acked-by: Hector Martin <marcan@...can.st>
Link: https://lore.kernel.org/r/20220108140118.3378937-1-maz@kernel.org
---
 drivers/irqchip/irq-apple-aic.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/irqchip/irq-apple-aic.c b/drivers/irqchip/irq-apple-aic.c
index 3759dc3..53c4783 100644
--- a/drivers/irqchip/irq-apple-aic.c
+++ b/drivers/irqchip/irq-apple-aic.c
@@ -178,7 +178,6 @@ struct aic_irq_chip {
 	struct irq_domain *hw_domain;
 	struct irq_domain *ipi_domain;
 	int nr_hw;
-	int ipi_hwirq;
 };
 
 static DEFINE_PER_CPU(uint32_t, aic_fiq_unmasked);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ