Re: [PATCH v2 14/35] nds32: System calls handling

2017-11-28 Thread Arnd Bergmann
On Tue, Nov 28, 2017 at 3:18 AM, Vincent Chen wrote: > 2017-11-27 22:46 GMT+08:00 Arnd Bergmann : >> On Mon, Nov 27, 2017 at 1:28 PM, Greentime Hu wrote: >>> diff --git a/arch/nds32/include/uapi/asm/unistd.h >>> b/arch/nds32/include/uapi/asm/unistd.h >>> new file mode 100644 >>> index 000..

Re: [PATCH v2 14/35] nds32: System calls handling

2017-11-27 Thread Vincent Chen
2017-11-27 22:46 GMT+08:00 Arnd Bergmann : > On Mon, Nov 27, 2017 at 1:28 PM, Greentime Hu wrote: > >> diff --git a/arch/nds32/include/asm/syscalls.h >> b/arch/nds32/include/asm/syscalls.h >> new file mode 100644 >> index 000..741ccdc >> --- /dev/null >> +++ b/arch/nds32/include/asm/syscalls.

Re: [PATCH v2 14/35] nds32: System calls handling

2017-11-27 Thread Arnd Bergmann
On Mon, Nov 27, 2017 at 1:28 PM, Greentime Hu wrote: > diff --git a/arch/nds32/include/asm/syscalls.h > b/arch/nds32/include/asm/syscalls.h > new file mode 100644 > index 000..741ccdc > --- /dev/null > +++ b/arch/nds32/include/asm/syscalls.h > @@ -0,0 +1,27 @@ > +/* > + * Copyright (C) 2005-

[PATCH v2 14/35] nds32: System calls handling

2017-11-27 Thread Greentime Hu
From: Greentime Hu This patch adds support for system calls. Signed-off-by: Vincent Chen Signed-off-by: Greentime Hu --- arch/nds32/include/asm/syscall.h | 203 ++ arch/nds32/include/asm/syscalls.h| 27 + arch/nds32/include/asm/unistd.h |