From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933527Ab0J0OeO (ORCPT ); Wed, 27 Oct 2010 10:34:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24245 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933380Ab0J0OeM (ORCPT ); Wed, 27 Oct 2010 10:34:12 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <20101026025301.23512.24525.stgit@warthog.procyon.org.uk> <20101026025608.23512.60938.stgit@warthog.procyon.org.uk> To: Suzuki Takashi Cc: dhowells@redhat.com, linux-am33-list@redhat.com, linux-kernel@vger.kernel.org, Akira Takeuchi , Kiyoshi Owada Subject: Re: [Linux-am33-list] [PATCH 35/43] MN10300: And Panasonic AM34 subarch and implement SMP Date: Wed, 27 Oct 2010 15:33:52 +0100 Message-ID: <32523.1288190032@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Suzuki Takashi wrote: > > arch/mn10300/proc-mn2ws0050/Makefile | 5 > > arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 48 + > > arch/mn10300/proc-mn2ws0050/include/proc/clock.h | 20 > > .../proc-mn2ws0050/include/proc/dmactl-regs.h | 103 ++ > > .../proc-mn2ws0050/include/proc/intctl-regs.h | 29 + > > arch/mn10300/proc-mn2ws0050/include/proc/irq.h | 49 + > > .../proc-mn2ws0050/include/proc/nand-regs.h | 120 ++ > > arch/mn10300/proc-mn2ws0050/include/proc/proc.h | 18 > > .../mn10300/proc-mn2ws0050/include/proc/smp-regs.h | 51 + > > arch/mn10300/proc-mn2ws0050/proc-init.c | 134 ++ > > Are these specific to mn2ws0050 or common among AM34 based SoCs? These are specific to the MN2WS0050 processor chip. The MN2WS0050 is one example of a chip that has one or more AM34 cores, plus a bunch of on-silicon peripherals. David