[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220207211816.57860-1-rikard.falkeborn@gmail.com>
Date: Mon, 7 Feb 2022 22:18:13 +0100
From: Rikard Falkeborn <rikard.falkeborn@...il.com>
To: Thomas Bogendoerfer <tsbogend@...ha.franken.de>
Cc: Marc Zyngier <maz@...nel.org>, Mark Rutland <mark.rutland@....com>,
linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org,
Rikard Falkeborn <rikard.falkeborn@...il.com>
Subject: [PATCH 0/3] MIPS: Constify static irq_domain_ops structs
Constify a number of static irq_domain_ops structs that were never
modified. This allows the compiler to put them in read-only memory.
Rikard Falkeborn (3):
MIPS: OCTEON: Constify static irq_domain_ops
MIPS: ath25: Constify static irq_domain_ops
MIPS: pci-ar2315: Constify static irq_domain_ops
arch/mips/ath25/ar2315.c | 2 +-
arch/mips/ath25/ar5312.c | 2 +-
arch/mips/cavium-octeon/octeon-irq.c | 10 +++++-----
arch/mips/pci/pci-ar2315.c | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
--
2.35.1
Powered by blists - more mailing lists