[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.11.1507261150500.18576@nanos>
Date: Sun, 26 Jul 2015 11:52:52 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Eric Anholt <eric@...olt.net>
cc: linux-arm-kernel@...ts.infradead.org,
linux-rpi-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Stephen Warren <swarren@...dotorg.org>,
Lee Jones <lee@...nel.org>, devicetree@...r.kernel.org,
Jason Cooper <jason@...edaemon.net>,
Andrea Merello <andrea.merello@...il.com>
Subject: Re: [PATCH v2 4/4] irqchip: Add bcm2836 interrupt controller for
Raspberry Pi 2.
On Mon, 13 Jul 2015, Eric Anholt wrote:
> +static void
> +bcm2836_arm_irqchip_smp_init(void)
> +{
> +#ifdef CONFIG_SMP
> + int i;
> +
> + /* unmask IPIs */
> + for_each_possible_cpu(i) {
> + bcm2836_arm_irqchip_unmask_per_cpu_irq(
> + LOCAL_MAILBOX_INT_CONTROL0, 0, i);
Do you really want to enable these interrupts on all possible cpus? Why so?
Shouldn't that be done at the point where a hotplugged CPU is starting ?
Thanks,
tglx
--
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