mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2/2] arch: arm: CNS3xxx select the correct CPU type CPU_V6K
@ 2011-07-08  6:00 Tommy Lin
  2011-07-08  9:14 ` Anton Vorontsov
  0 siblings, 1 reply; 2+ messages in thread
From: Tommy Lin @ 2011-07-08  6:00 UTC (permalink / raw)
  To: Russell King, linux-arm-kernel, Anton Vorontsov; +Cc: linux-kernel, Tommy Lin

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@caviumnetworks.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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] arch: arm: CNS3xxx select the correct CPU type CPU_V6K
  2011-07-08  6:00 [PATCH 2/2] arch: arm: CNS3xxx select the correct CPU type CPU_V6K Tommy Lin
@ 2011-07-08  9:14 ` Anton Vorontsov
  0 siblings, 0 replies; 2+ messages in thread
From: Anton Vorontsov @ 2011-07-08  9:14 UTC (permalink / raw)
  To: Tommy Lin; +Cc: Russell King, linux-arm-kernel, linux-kernel, Tommy Lin

On Fri, Jul 08, 2011 at 02:00:06PM +0800, Tommy Lin wrote:
> 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@caviumnetworks.com>
> ---

Imre Kaloz sent a similar patch yesterday:

http://www.spinics.net/lists/arm-kernel/msg131933.html

Which is now in the linux-cns3xxx.git tree.

Thanks,

-- 
Anton Vorontsov
Email: cbouatmailru@gmail.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-08  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-08  6:00 [PATCH 2/2] arch: arm: CNS3xxx select the correct CPU type CPU_V6K Tommy Lin
2011-07-08  9:14 ` Anton Vorontsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®