Re: Subject: [PATCH 27/27] score: create mm files Makefile pgtable.c tlb-miss.S tlb-score.c MAINTAINERS

From: Sam Ravnborg
Date: Tue Jun 09 2009 - 15:18:32 EST


On Tue, Jun 09, 2009 at 02:39:08PM +0800, liqin.chen@xxxxxxxxxxxxx wrote:
> >From d6d79cbcf39cd522208231ed717e1c12e5401b33 Mon Sep 17 00:00:00 2001
> From: Chen Liqin <liqin.chen@xxxxxxxxxxxxx>
> 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@xxxxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxx
> +P: Lennox Wu
> +M: lennox.wu@xxxxxxxxxxxxx
> +W: http://www.sunplusct.com
> +S: Supported
> +
> SCSI CDROM DRIVER
> P: Jens Axboe
> M: axboe@xxxxxxxxx
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/