patch-2.4.5 linux/arch/alpha/kernel/entry.S
Next file: linux/arch/alpha/kernel/pci.c
Previous file: linux/arch/alpha/kernel/core_tsunami.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu May 24 15:20:18 2001
- Orig file:
v2.4.4/linux/arch/alpha/kernel/entry.S
- Orig date:
Sun Sep 3 11:36:45 2000
diff -u --recursive --new-file v2.4.4/linux/arch/alpha/kernel/entry.S linux/arch/alpha/kernel/entry.S
@@ -10,7 +10,7 @@
#define SIGCHLD 20
-#define NR_SYSCALLS 377
+#define NR_SYSCALLS 378
/*
* These offsets must match with alpha_mv in <asm/machvec.h>.
@@ -709,16 +709,14 @@
br restore_all
.end entSys
-#ifdef CONFIG_SMP
- .globl ret_from_smp_fork
+ .globl ret_from_fork
.align 3
-.ent ret_from_smp_fork
-ret_from_smp_fork:
+.ent ret_from_fork
+ret_from_fork:
lda $26,ret_from_sys_call
mov $17,$16
jsr $31,schedule_tail
-.end ret_from_smp_fork
-#endif /* CONFIG_SMP */
+.end ret_from_fork
.align 3
.ent reschedule
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)