[uClinux-dev] [PATCH] m68k(nommu): Add missing syscalls

2007-09-09 Thread Geert Uytterhoeven
m68k(nommu): Add missing syscalls Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- arch/m68k/kernel/entry.S | 10 ++ arch/m68knommu/kernel/syscalltable.S | 10 ++ include/asm-m68k/unistd.h| 12 +++- include/asm-m68knommu/unistd.h

Re: [uClinux-dev] [PATCH] m68k(nommu): Add missing syscalls

2007-08-22 Thread Greg Ungerer
Hi Geert, Geert Uytterhoeven wrote: m68k(nommu): Add missing syscalls Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- Does this look OK? It fixes all but one of: Yes, looks good to me. I notice too that in asm-m68knommu/unistd.h it looks like we need to change the __NR_pread and __

[uClinux-dev] [PATCH] m68k(nommu): Add missing syscalls

2007-08-22 Thread Geert Uytterhoeven
m68k(nommu): Add missing syscalls Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- Does this look OK? It fixes all but one of: CALLlinux-m68k-2.6/scripts/checksyscalls.sh :101:2: warning: #warning syscall restart_syscall not implemented :1061:2: warning: #warning syscall sched_seta