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


Groups > linux.kernel > #1180543 > unrolled thread

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

Started byThomas Gleixner <tglx@linutronix.de>
First post2015-07-09 10:30 +0200
Last post2015-07-09 10:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromThomas Gleixner <tglx@linutronix.de>
Date2015-07-09 10:30 +0200
SubjectRe: [patch] irqchip/sirfsoc: Fix generic chip allocation wreckage
Message-ID<pKfnt-6g7-23@gated-at.bofh.it>
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web