From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH v5 13/13] ARM: SMP: automatically select ARM_GIC_VPPI
Date: Tue, 31 May 2011 01:04:16 -0700 [thread overview]
Message-ID: <4DE4A100.8020009@codeaurora.org> (raw)
In-Reply-To: <1306749894-28749-14-git-send-email-marc.zyngier@arm.com>
On 5/30/2011 3:04 AM, Marc Zyngier wrote:
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 9adc278..60942681 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1313,6 +1313,7 @@ config SMP
> ARCH_EXYNOS4 || ARCH_TEGRA || ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || \
> ARCH_MSM_SCORPIONMP || ARCH_SHMOBILE
> select USE_GENERIC_SMP_HELPERS
> + select ARM_GIC_VPPI
> select HAVE_ARM_SCU if !ARCH_MSM_SCORPIONMP
Would it be better to select GIC_VPPI only if GIC is selected as well? So
select ARM_GIC_VPPI if ARM_GIC
Or put this select under ARM_GIC and have it be
select ARM_GIC_VPPI if SMP
?
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
next prev parent reply other threads:[~2011-05-31 8:04 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-30 10:04 [RFC PATCH v5 00/13] Consolidating GIC per-cpu interrupts Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 01/13] ARM: gic: add per-cpu interrupt multiplexer Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 02/13] ARM: smp: add interrupt handler for local timers Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 03/13] ARM: smp_twd: add support for remapped PPI interrupts Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 04/13] ARM: omap4: use remapped PPI interrupts for local timer Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 05/13] ARM: versatile: " Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 06/13] ARM: shmobile: " Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 07/13] ARM: ux500: " Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 08/13] ARM: tegra: " Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 09/13] ARM: msm: " Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 10/13] ARM: exynos4: " Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 11/13] ARM: gic: remove previous local timer interrupt handling Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 12/13] ARM: gic: add compute_irqnr macro for exynos4 Marc Zyngier
2011-05-30 10:04 ` [RFC PATCH v5 13/13] ARM: SMP: automatically select ARM_GIC_VPPI Marc Zyngier
2011-05-31 8:04 ` Stephen Boyd [this message]
2011-05-31 8:21 ` Marc Zyngier
2011-05-31 17:08 ` Stephen Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DE4A100.8020009@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.