patch-2.3.10 linux/include/linux/sched.h
Next file: linux/include/linux/soundcard.h
Previous file: linux/include/linux/proc_fs.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Wed Jul 7 09:20:45 1999
- Orig file:
v2.3.9/linux/include/linux/sched.h
- Orig date:
Wed Jun 30 13:38:20 1999
diff -u --recursive --new-file v2.3.9/linux/include/linux/sched.h linux/include/linux/sched.h
@@ -172,6 +172,7 @@
atomic_t count;
int map_count; /* number of VMAs */
struct semaphore mmap_sem;
+ spinlock_t page_table_lock;
unsigned long context;
unsigned long start_code, end_code, start_data, end_data;
unsigned long start_brk, brk, start_stack;
@@ -193,6 +194,7 @@
swapper_pg_dir, \
ATOMIC_INIT(1), 1, \
__MUTEX_INITIALIZER(name.mmap_sem), \
+ SPIN_LOCK_UNLOCKED, \
0, \
0, 0, 0, 0, \
0, 0, 0, \
@@ -343,7 +345,7 @@
*/
#define _STK_LIM (8*1024*1024)
-#define DEF_PRIORITY (20*HZ/100) /* 210 ms time slices */
+#define DEF_PRIORITY (20*HZ/100) /* 200 ms time slices */
/*
* INIT_TASK is used to set up the first task table, touch at
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)