Re: [PATCH] blackfin: Wire up missing syscalls

2015-04-13 Thread Chen Gang
On 4/13/15 02:46, Greg Kroah-Hartman wrote: > On Sun, Apr 12, 2015 at 03:44:37PM +0800, Chen Gang wrote: [...] >> .long _sys_sendmmsg /* 380 */ >> .long _sys_process_vm_readv >> .long _sys_process_vm_writev >> +.long _sys_kcmp >> +.long _sys_finit_module

Re: [PATCH] blackfin: Wire up missing syscalls

2015-04-12 Thread Greg Kroah-Hartman
On Sun, Apr 12, 2015 at 03:44:37PM +0800, Chen Gang wrote: > The related syscalls are below which may cause samples/kdbus building > break in next-20150401 tree, the related information and error: > > CALLscripts/checksyscalls.sh > :1223:2: warning: #warning syscall kcmp not implemented

[PATCH] blackfin: Wire up missing syscalls

2015-04-12 Thread Chen Gang
The related syscalls are below which may cause samples/kdbus building break in next-20150401 tree, the related information and error: CALLscripts/checksyscalls.sh :1223:2: warning: #warning syscall kcmp not implemented [-Wcpp] :1226:2: warning: #warning syscall finit_module not impleme