Loading arch/microblaze/kernel/sys_microblaze.c +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ sys_ipc(uint call, int first, int second, int third, void *ptr, long fifth) ret = sys_shmctl(first, second, (struct shmid_ds *) ptr); break; } return -EINVAL; return ret; } asmlinkage int sys_vfork(struct pt_regs *regs) Loading Loading
arch/microblaze/kernel/sys_microblaze.c +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ sys_ipc(uint call, int first, int second, int third, void *ptr, long fifth) ret = sys_shmctl(first, second, (struct shmid_ds *) ptr); break; } return -EINVAL; return ret; } asmlinkage int sys_vfork(struct pt_regs *regs) Loading