patch-2.3.23 linux/include/linux/kernel.h
Next file: linux/include/linux/mm.h
Previous file: linux/include/linux/joystick.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Tue Oct 19 10:22:19 1999
- Orig file:
v2.3.22/linux/include/linux/kernel.h
- Orig date:
Fri Sep 10 23:57:37 1999
diff -u --recursive --new-file v2.3.22/linux/include/linux/kernel.h linux/include/linux/kernel.h
@@ -94,9 +94,10 @@
unsigned long totalswap; /* Total swap space size */
unsigned long freeswap; /* swap space still available */
unsigned short procs; /* Number of current processes */
- unsigned long totalbig; /* Total big memory size */
- unsigned long freebig; /* Available big memory size */
- char _f[20-2*sizeof(long)]; /* Padding: libc5 uses this.. */
+ unsigned long totalhigh; /* Total high memory size */
+ unsigned long freehigh; /* Available high memory size */
+ unsigned int mem_unit; /* Memory unit size in bytes */
+ char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */
};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)