From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 0/14] score - New architecure port to SunplusCT S+CORE Date: Thu, 14 May 2009 10:44:55 +0200 Message-ID: <200905141044.56426.arnd@arndb.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]:63199 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751423AbZENIpH (ORCPT ); Thu, 14 May 2009 04:45:07 -0400 In-Reply-To: Content-Disposition: inline Sender: linux-arch-owner@vger.kernel.org List-ID: To: liqin.chen@sunplusct.com Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, Sam Ravnborg , Thomas Gleixner , Kyle McMartin Hi Liquin, Have you had a chance to look at the asm-generic header files I posted a few times? I think it would be ideal if you can change your code to use the asm-generic version whereever possible, by replacing your files with something like arch/score/include/asm/foo.h: #include In particular, all of the exported header files that get included in user space should use only the asm-generic version, with the exception of byteorder.h, elf.h and ptrace.h, which are by definition architecture specific. Please tell me if you find problems in the generic header files during the conversion. Arnd <><