Re: [PATCH] hexagon: get rid of #include

2017-10-09 Thread Richard Kuo
On Mon, Oct 09, 2017 at 11:25:28PM +0900, Masahiro Yamada wrote: > >> > > > > How should this patch be handled? > > > > I checked > git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git > > I could not see any patch applied to the tree since last year. > > Assuming the tree

Re: [PATCH] hexagon: get rid of #include

2017-10-09 Thread Masahiro Yamada
2017-10-03 10:26 GMT+09:00 Masahiro Yamada : > Hi Richard, > > 2017-09-28 8:24 GMT+09:00 Richard Kuo : >> On Thu, Sep 21, 2017 at 12:17:50AM +0900, Masahiro Yamada wrote: >>> is created (or updated) when Kbuild descends >>> into the init/ directory. In parallel building from a pristine >>> source

Re: [PATCH] hexagon: get rid of #include

2017-10-02 Thread Masahiro Yamada
Hi Richard, 2017-09-28 8:24 GMT+09:00 Richard Kuo : > On Thu, Sep 21, 2017 at 12:17:50AM +0900, Masahiro Yamada wrote: >> is created (or updated) when Kbuild descends >> into the init/ directory. In parallel building from a pristine >> source tree, there is no guarantee exists when >> arch/hexa

Re: [PATCH] hexagon: get rid of #include

2017-09-27 Thread Richard Kuo
On Thu, Sep 21, 2017 at 12:17:50AM +0900, Masahiro Yamada wrote: > is created (or updated) when Kbuild descends > into the init/ directory. In parallel building from a pristine > source tree, there is no guarantee exists when > arch/hexagon/kernel/ptrace.c is compiled. > > For hexagon architect

[PATCH] hexagon: get rid of #include

2017-09-20 Thread Masahiro Yamada
is created (or updated) when Kbuild descends into the init/ directory. In parallel building from a pristine source tree, there is no guarantee exists when arch/hexagon/kernel/ptrace.c is compiled. For hexagon architecture, we know UTS_MACHINE is a fixed string "hexagon", so let's hard-code it,