On Sun, 2015-02-15 at 17:11 +0900, Yoshinori Sato wrote:
> Sorry. I send too old files.
> This patch is correct.
>
> Signed-off-by: Yoshinori Sato <[email protected]>
> ---
> arch/h8300/kernel/process.c | 170 +++++++++++++++++++++++
> arch/h8300/kernel/ptrace.c | 203 +++++++++++++++++++++++++++
> arch/h8300/kernel/signal.c | 326
> ++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 699 insertions(+)
> create mode 100644 arch/h8300/kernel/process.c
> create mode 100644 arch/h8300/kernel/ptrace.c
> create mode 100644 arch/h8300/kernel/signal.c
>
>[...]
> diff --git a/arch/h8300/kernel/signal.c b/arch/h8300/kernel/signal.c
> new file mode 100644
> index 0000000..1222783
> --- /dev/null
> +++ b/arch/h8300/kernel/signal.c
> @@ -0,1 +1,326 @@
That line should read
@@ -0,0 +1,326 @@
shouldn't it? At least, currently that line makes "git am" here barf
with
fatal: new file arch/h8300/kernel/signal.c depends on old contents
Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/