[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1281476664.9400.36.camel@c-dwalke-linux.qualcomm.com>
Date: Tue, 10 Aug 2010 14:44:24 -0700
From: Daniel Walker <dwalker@...eaurora.org>
To: torvalds@...ux-foundation.org
Cc: Erik Gilling <konkers@...gle.com>,
Russell King - ARM Linux <linux@....linux.org.uk>,
linux-kernel@...r.kernel.org,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
linux-tegra@...r.kernel.org, davidb@...eaurora.org
Subject: Re: [GIT PULL] Initial Tegra ARM support
On Thu, 2010-08-05 at 14:10 -0700, Erik Gilling wrote:
> Hi Linus,
>
> The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51:
> Linus Torvalds (1):
> Linux 2.6.35
>
> are available in the git repository at:
>
> git://android.kernel.org/kernel/tegra.git for-linus
>
> This code has received review on linux-arm-kernel and has been in
> for-next since June 18th. No subsystems were harmed out side of
> mach-tegra.
>
> Colin Cross (4):
> [ARM] tegra: Add clock support
> [ARM] tegra: SMP support
This fixes some typos in the Tegra tree which caused build failures in
all ARM compiles.
Signed-off-by: Daniel Walker <dwalker@...eaurora.org>
---
arch/arm/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0ca4a94..a5d4dae 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1188,8 +1188,8 @@ config LOCAL_TIMERS
REALVIEW_EB_A9MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \
ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || ARCH_TEGRA)
default y
- select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_VEXPRESS || ARCH_OMAP4 || \\
- ARCH_U8500 || ARCH_TEGRA
+ select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_VEXPRESS || ARCH_OMAP4 || \
+ ARCH_U8500 || ARCH_TEGRA)
help
Enable support for local timers on SMP platforms, rather then the
legacy IPI broadcast method. Local timers allows the system
--
1.7.0.4
--
Sent by an consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
--
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