Re: [PATCH 1/2] [RFC] m68k: Wire up direct socket calls

2015-09-11 Thread Geert Uytterhoeven
On Sun, Sep 6, 2015 at 12:06 PM, Geert Uytterhoeven wrote: > diff --git a/arch/m68k/include/uapi/asm/unistd.h > b/arch/m68k/include/uapi/asm/unistd.h > index 61fb6cb9d2ae3c66..bf168d5ec3d96d32 100644 > --- a/arch/m68k/include/uapi/asm/unistd.h > +++ b/arch/m68k/include/uapi/asm/unistd.h > @@ -361

Re: [PATCH 1/2] [RFC] m68k: Wire up direct socket calls

2015-09-06 Thread Greg Ungerer
Hi Geert, On 06/09/15 20:06, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven Both of these syscall patches look good to me: Acked-by: Greg Ungerer Regards Greg > --- > arch/m68k/include/asm/unistd.h | 2 +- > arch/m68k/include/uapi/asm/unistd.h | 15 +++ > a

[PATCH 1/2] [RFC] m68k: Wire up direct socket calls

2015-09-06 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- arch/m68k/include/asm/unistd.h | 2 +- arch/m68k/include/uapi/asm/unistd.h | 15 +++ arch/m68k/kernel/syscalltable.S | 16 +++- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/arch/m68k/include/asm/unistd.h b/