patch-2.2.17 linux/include/linux/sched.h
Next file: linux/include/linux/telephony.h
Previous file: linux/include/linux/pci.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Sep 4 18:39:28 2000
- Orig file:
v2.2.16/include/linux/sched.h
- Orig date:
Mon Sep 4 18:37:10 2000
diff -u --recursive --new-file v2.2.16/include/linux/sched.h linux/include/linux/sched.h
@@ -291,7 +291,6 @@
/* mm fault and swap info: this can arguably be seen as either mm-specific or thread-specific */
unsigned long min_flt, maj_flt, nswap, cmin_flt, cmaj_flt, cnswap;
int swappable:1;
- int trashing_mem:1;
/* process credentials */
uid_t uid,euid,suid,fsuid;
gid_t gid,egid,sgid,fsgid;
@@ -382,7 +381,7 @@
/* utime */ {0,0,0,0},0, \
/* per CPU times */ {0, }, {0, }, \
/* flt */ 0,0,0,0,0,0, \
-/* swp */ 0,0, \
+/* swp */ 0, \
/* process credentials */ \
/* uid etc */ 0,0,0,0,0,0,0,0, \
/* suppl grps*/ 0, {0,}, \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)