patch-1.3.91 linux/fs/proc/array.c
Next file: linux/include/asm-i386/processor.h
Previous file: linux/fs/nfs/inode.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Apr 18 14:35:33 1996
- Orig file:
v1.3.90/linux/fs/proc/array.c
- Orig date:
Mon Apr 15 12:20:21 1996
diff -u --recursive --new-file v1.3.90/linux/fs/proc/array.c linux/fs/proc/array.c
@@ -686,8 +686,8 @@
nice = 20 - (nice * 20 + DEF_PRIORITY / 2) / DEF_PRIORITY;
return sprintf(buffer,"%d (%s) %c %d %d %d %d %d %lu %lu \
-%lu %lu %lu %ld %ld %ld %ld %ld %ld %lu %lu %ld %lu %lu %lu %lu %lu %lu %lu %lu %lu \
-%lu %lu %lu %lu\n",
+%lu %lu %lu %lu %lu %ld %ld %ld %ld %ld %ld %lu %lu %ld %lu %lu %lu %lu %lu \
+%lu %lu %lu %lu %lu %lu %lu %lu\n",
pid,
tsk->comm,
state,
@@ -722,7 +722,9 @@
tsk->blocked,
sigignore,
sigcatch,
- wchan);
+ wchan,
+ tsk->nswap,
+ tsk->cnswap);
}
static inline void statm_pte_range(pmd_t * pmd, unsigned long address, unsigned long size,
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