diff options
| author | Paul Mackerras <paulus@samba.org> | 2002-11-23 21:13:57 +1100 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2002-11-23 21:13:57 +1100 |
| commit | dd6714bdcfa769318078aa6f4adf878fe3b60c2d (patch) | |
| tree | 787e0e8e25f1823dd4761dc5f1dc75950dc9d3a6 /arch/ppc/kernel/entry.S | |
| parent | 1475142701e197c106683cb2140f48ce5a6b109d (diff) | |
PPC32: update for recent changes to clone system call.
Diffstat (limited to 'arch/ppc/kernel/entry.S')
| -rw-r--r-- | arch/ppc/kernel/entry.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ppc/kernel/entry.S b/arch/ppc/kernel/entry.S index bcef1397bb94..0f68f70455cf 100644 --- a/arch/ppc/kernel/entry.S +++ b/arch/ppc/kernel/entry.S @@ -182,9 +182,7 @@ syscall_exit_cont: .globl ret_from_fork ret_from_fork: REST_NVGPRS(r1) -#if defined(CONFIG_SMP) || defined(CONFIG_PREEMPT) bl schedule_tail -#endif li r3,0 b ret_from_syscall |
