[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1310104806-12984-1-git-send-email-tommy.lin@caviumnetworks.com>
Date: Fri, 8 Jul 2011 14:00:06 +0800
From: Tommy Lin <tommy.lin.1101@...il.com>
To: Russell King <linux@....linux.org.uk>,
linux-arm-kernel@...ts.infradead.org,
Anton Vorontsov <avorontsov@...sta.com>
Cc: linux-kernel@...r.kernel.org,
Tommy Lin <tommy.lin@...iumnetworks.com>
Subject: [PATCH 2/2] arch: arm: CNS3xxx select the correct CPU type CPU_V6K
ARM11 -> CPU_V6
ARM11 MPCore -> CPU_V6K
CNS3xxx has ARM11 MPCore CPUs (dual core), but initially select the same single
core CPU type. To select MPCore watchdog support, this patch correts the CPU
type from CPU_V6 to CPU_V6K.
Signed-off-by: Tommy Lin <tommy.lin@...iumnetworks.com>
---
arch/arm/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c148326..89eaab7 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -321,7 +321,7 @@ config ARCH_CLPS711X
config ARCH_CNS3XXX
bool "Cavium Networks CNS3XXX family"
- select CPU_V6
+ select CPU_V6K
select GENERIC_CLOCKEVENTS
select ARM_GIC
select MIGHT_HAVE_PCI
--
1.7.6
--
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