patch-1.3.24 linux/kernel/sched.c
Next file: linux/mm/filemap.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Mon Sep 4 13:01:49 1995
- Orig file:
v1.3.23/linux/kernel/sched.c
- Orig date:
Sun Sep 3 12:27:03 1995
diff -u --recursive --new-file v1.3.23/linux/kernel/sched.c linux/kernel/sched.c
@@ -81,10 +81,11 @@
static unsigned long init_kernel_stack[1024] = { STACK_MAGIC, };
unsigned long init_user_stack[1024] = { STACK_MAGIC, };
static struct vm_area_struct init_mmap = INIT_MMAP;
-static struct mm_struct init_mm = INIT_MM;
static struct fs_struct init_fs = INIT_FS;
static struct files_struct init_files = INIT_FILES;
static struct sigaction init_sigaction[32] = { {0,}, };
+
+struct mm_struct init_mm = INIT_MM;
struct task_struct init_task = INIT_TASK;
unsigned long volatile jiffies=0;
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