public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: liqin.chen@sunplusct.com
Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org,
	torvalds@linux-foundation.org, Sam Ravnborg <sam@ravnborg.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Kyle McMartin <kyle@mcmartin.ca>
Subject: Re: [PATCH 0/14] score - New architecure port to SunplusCT S+CORE
Date: Thu, 14 May 2009 10:44:55 +0200	[thread overview]
Message-ID: <200905141044.56426.arnd@arndb.de> (raw)
In-Reply-To: <OFC83335DE.A18F9B53-ON48257592.00273C99-48257592.002856A8@sunplusct.com>

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 <asm-generic/foo.h>

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 <><

  parent reply	other threads:[~2009-05-14  8:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-08  7:18 [PATCH 0/14] score - New architecure port to SunplusCT S+CORE liqin.chen
2009-04-10  6:06 ` Andrew Morton
2009-05-14  8:44 ` Arnd Bergmann [this message]
2009-05-31  9:59   ` liqin.chen
     [not found] <OFBE107210.5CC63061-ON482575C7.00354DAD-482575C7.00372848@sunplusct.com>
2009-05-31 14:00 ` Arnd Bergmann
2009-06-08  7:23   ` liqin.chen
2009-06-09 16:37     ` Arnd Bergmann
2009-06-10  2:14       ` liqin.chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200905141044.56426.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=kyle@mcmartin.ca \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liqin.chen@sunplusct.com \
    --cc=sam@ravnborg.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox