Re: [PATCH] riscv: remove redundant kernel-space generic-y

2019-01-09 Thread Masahiro Yamada
On Thu, Jan 10, 2019 at 12:01 AM Andreas Schwab wrote: > > On Jan 08 2019, Palmer Dabbelt wrote: > > > On Fri, 04 Jan 2019 07:03:20 PST (-0800), yamada.masah...@socionext.com > > wrote: > >> On Fri, Jan 4, 2019 at 11:16 AM Palmer Dabbelt wrote: > >>> > >>> On Sun, 16 Dec 2018 06:11:11 PST

Re: [PATCH] riscv: remove redundant kernel-space generic-y

2019-01-09 Thread Andreas Schwab
On Jan 08 2019, Palmer Dabbelt wrote: > On Fri, 04 Jan 2019 07:03:20 PST (-0800), yamada.masah...@socionext.com wrote: >> On Fri, Jan 4, 2019 at 11:16 AM Palmer Dabbelt wrote: >>> >>> On Sun, 16 Dec 2018 06:11:11 PST (-0800), yamada.masah...@socionext.com >>> wrote: >>> > This commit removes

Re: [PATCH] riscv: remove redundant kernel-space generic-y

2019-01-08 Thread Palmer Dabbelt
On Fri, 04 Jan 2019 07:03:20 PST (-0800), yamada.masah...@socionext.com wrote: On Fri, Jan 4, 2019 at 11:16 AM Palmer Dabbelt wrote: On Sun, 16 Dec 2018 06:11:11 PST (-0800), yamada.masah...@socionext.com wrote: > This commit removes redundant generic-y defines in >

Re: [PATCH] riscv: remove redundant kernel-space generic-y

2019-01-04 Thread Masahiro Yamada
On Fri, Jan 4, 2019 at 11:16 AM Palmer Dabbelt wrote: > > On Sun, 16 Dec 2018 06:11:11 PST (-0800), yamada.masah...@socionext.com wrote: > > This commit removes redundant generic-y defines in > > arch/riscv/include/asm/Kbuild. > > > > [1] It is redundant to define the same generic-y in both > >

Re: [PATCH] riscv: remove redundant kernel-space generic-y

2019-01-03 Thread Palmer Dabbelt
On Sun, 16 Dec 2018 06:11:11 PST (-0800), yamada.masah...@socionext.com wrote: This commit removes redundant generic-y defines in arch/riscv/include/asm/Kbuild. [1] It is redundant to define the same generic-y in both arch/$(ARCH)/include/asm/Kbuild and

[PATCH] riscv: remove redundant kernel-space generic-y

2018-12-16 Thread Masahiro Yamada
This commit removes redundant generic-y defines in arch/riscv/include/asm/Kbuild. [1] It is redundant to define the same generic-y in both arch/$(ARCH)/include/asm/Kbuild and arch/$(ARCH)/include/uapi/asm/Kbuild. Remove the following generic-y: errno.h fcntl.h