mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: liqin.chen@sunplusct.com
Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org,
	Arnd Bergmann <arnd@arndb.de>,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org
Subject: Re: Subject: [PATCH 27/27] score: create mm files Makefile pgtable.c tlb-miss.S tlb-score.c MAINTAINERS
Date: Tue, 9 Jun 2009 21:20:32 +0200	[thread overview]
Message-ID: <20090609192032.GE7181@uranus.ravnborg.org> (raw)
In-Reply-To: <OF3FCD7D17.46B74348-ON482575D0.00247D15-482575D0.0024EF46@sunplusct.com>

On Tue, Jun 09, 2009 at 02:39:08PM +0800, liqin.chen@sunplusct.com wrote:
> >From d6d79cbcf39cd522208231ed717e1c12e5401b33 Mon Sep 17 00:00:00 2001
> From: Chen Liqin <liqin.chen@sunplusct.com>
> Date: Tue, 9 Jun 2009 13:43:20 +0800
> Subject: [PATCH 27/27] score: create mm files Makefile pgtable.c 
> tlb-miss.S tlb-score.c MAINTAINERS
> 
> 
> Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com>
> ---
>  MAINTAINERS               |    8 ++
>  arch/score/mm/Makefile    |    8 ++
>  arch/score/mm/pgtable.c   |   60 +++++++++++
>  arch/score/mm/tlb-miss.S  |  204 ++++++++++++++++++++++++++++++++++++
>  arch/score/mm/tlb-score.c |  251 
> +++++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 531 insertions(+), 0 deletions(-)
>  create mode 100644 arch/score/mm/Makefile
>  create mode 100644 arch/score/mm/pgtable.c
>  create mode 100644 arch/score/mm/tlb-miss.S
>  create mode 100644 arch/score/mm/tlb-score.c
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2b349ba..d6993a1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4881,6 +4881,14 @@ S:       Maintained
>  F:     kernel/sched*
>  F:     include/linux/sched.h
>  
> +SCORE ARCHITECTURE
> +P:     Chen Liqin
> +M:     liqin.chen@sunplusct.com
> +P:     Lennox Wu
> +M:     lennox.wu@sunplusct.com
> +W:     http://www.sunplusct.com
> +S:     Supported
> +
>  SCSI CDROM DRIVER
>  P:     Jens Axboe
>  M:     axboe@kernel.dk
> diff --git a/arch/score/mm/Makefile b/arch/score/mm/Makefile
> new file mode 100644
> index 0000000..6da8ce5
> --- /dev/null
> +++ b/arch/score/mm/Makefile
> @@ -0,0 +1,8 @@
> +#
> +# Makefile for the Linux/SCORE-specific parts of the memory manager.
> +#
> +
> +obj-y += cache.o extable.o fault.o init.o \
> +       tlb-miss.o tlb-score.o pgtable.o
> +
> +EXTRA_CFLAGS +=

Please remove this redundant line.
If you need to add extra options to cc use: ccflags-y := ...

	Sam

      reply	other threads:[~2009-06-09 19:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-09  6:39 liqin.chen
2009-06-09 19:20 ` Sam Ravnborg [this message]

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=20090609192032.GE7181@uranus.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liqin.chen@sunplusct.com \
    --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

all inboxes | Powered by JetHome®