[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.11.1507091022350.5134@nanos>
Date: Thu, 9 Jul 2015 10:24:09 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
cc: Jason Cooper <jason@...edaemon.net>,
Barry Song <baohua@...nel.org>,
linux-arm-kernel@...ts.infradead.org,
Olof Johansson <olof@...om.net>
Subject: Re: [patch] irqchip/sirfsoc: Fix generic chip allocation wreckage
On Mon, 6 Jul 2015, Thomas Gleixner wrote:
>
> #define SIRFSOC_NUM_IRQS 64
> +#define SIRFSOC_NUM_BANKS (SIRFSOC_NUM_IRQS / 2)
Heat induced brain damage, that wants to be:
+#define SIRFSOC_NUM_BANKS (SIRFSOC_NUM_IRQS / 32)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists