patch-1.3.38 linux/kernel/fork.c
Next file: linux/kernel/ksyms.c
Previous file: linux/kernel/exit.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Oct 30 10:20:26 1995
- Orig file:
v1.3.37/linux/kernel/fork.c
- Orig date:
Fri Oct 13 14:44:45 1995
diff -u --recursive --new-file v1.3.37/linux/kernel/fork.c linux/kernel/fork.c
@@ -11,7 +11,6 @@
* management can be a bitch. See 'mm/mm.c': 'copy_page_tables()'
*/
-#include <linux/config.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/kernel.h>
@@ -240,7 +239,7 @@
p->tty_old_pgrp = 0;
p->utime = p->stime = 0;
p->cutime = p->cstime = 0;
-#ifdef CONFIG_SMP
+#ifdef __SMP__
p->processor = NO_PROC_ID;
p->lock_depth = 1;
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this