Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1180543

Re: [patch] irqchip/sirfsoc: Fix generic chip allocation wreckage

From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject Re: [patch] irqchip/sirfsoc: Fix generic chip allocation wreckage
Date 2015-07-09 10:30 +0200
Message-ID <pKfnt-6g7-23@gated-at.bofh.it> (permalink)
References <pJbFf-6Su-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [patch] irqchip/sirfsoc: Fix generic chip allocation wreckage Thomas Gleixner <tglx@linutronix.de> - 2015-07-09 10:30 +0200

csiph-web