| | From | Arnd Bergmann <> | | Subject | Re: [PATCH v3 13/24] C6X: syscalls | | Date | Wed, 28 Sep 2011 15:49:52 +0200 |
| |
On Tuesday 27 September 2011, Mark Salter wrote: > Signed-off-by: Mark Salter <msalter@redhat.com> > --- > arch/c6x/include/asm/syscalls.h | 55 +++++++++++++++++++++++++++++ > arch/c6x/include/asm/unistd.h | 26 ++++++++++++++ > arch/c6x/kernel/sys_c6x.c | 73 +++++++++++++++++++++++++++++++++++++++ > 3 files changed, 154 insertions(+), 0 deletions(-) > create mode 100644 arch/c6x/include/asm/syscalls.h > create mode 100644 arch/c6x/include/asm/unistd.h > create mode 100644 arch/c6x/kernel/sys_c6x.c
Acked-by: Arnd Bergmann <arnd@arndb.de>
|