Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759537AbZC0RJV (ORCPT ); Fri, 27 Mar 2009 13:09:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754229AbZC0RJH (ORCPT ); Fri, 27 Mar 2009 13:09:07 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:51105 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753417AbZC0RJG (ORCPT ); Fri, 27 Mar 2009 13:09:06 -0400 Date: Fri, 27 Mar 2009 13:09:03 -0400 From: Kyle McMartin To: arnd@arndb.de Cc: liqin.chen@sunplusct.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, monstr@monstr.eu, john.williams@petalogix.com Subject: Re: [PATCH 7/13] score - New architecure port to SunplusCT S+CORE processor Message-ID: <20090327170903.GC29999@bombadil.infradead.org> References: <200903271705.29903.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200903271705.29903.arnd@arndb.de> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 23 On Fri, Mar 27, 2009 at 05:05:29PM +0100, arnd@arndb.de wrote: > > +config MACH_SPCT6600 > > + bool "SPCT6600 series based machines" > > + select SYS_SUPPORTS_32BIT_KERNEL > > + select SYS_SUPPORTS_LITTLE_ENDIAN > > + select CPU_SCORE7 > > + select GENERIC_HAS_IOMAP > > + Huh, is it intended to add big endian support? was just including and should probably be conditional on your SYS_SUPPROTS_BIG_ENDIAN if so... I've dug a bit at your code for this, and can't see where you obviously set a byte order bit in a control register... is it hard wired on the board? regards, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/