On Mon, 2013-02-04 at 10:09 +0000, James Hogan wrote: > The IRQ_PER_CPU Kconfig symbol was removed in the following commit: > > Commit 6a58fb3bad099076f36f0f30f44507bc3275cdb6 ("genirq: Remove > CONFIG_IRQ_PER_CPU") merged in v2.6.39-rc1. > > But IRQ_PER_CPU wasn't removed from any of the architecture Kconfig > files where it was defined or selected. It's completely unused so remove > the remaining references. > > Signed-off-by: James Hogan <james.hogan@xxxxxxxxxx> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: Mike Frysinger <vapier@xxxxxxxxxx> > Cc: Fenghua Yu <fenghua.yu@xxxxxxxxx> > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: "James E.J. Bottomley" <jejb@xxxxxxxxxxxxxxxx> > Cc: Helge Deller <deller@xxxxxx> > Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> > Cc: Paul Mackerras <paulus@xxxxxxxxx> > Cc: Paul Mundt <lethal@xxxxxxxxxxxx> > Acked-by: Tony Luck <tony.luck@xxxxxxxxx> > Acked-by: Richard Kuo <rkuo@xxxxxxxxxxxxxx> For what it's worth ACK, but I don't really think you need it since the patch is trivial and obviously correct. > > Does anybody want to pick this patch up? I see Thomas already has. Thanks, by the way, for not doing this as one patch per architecture ... James