patch-2.3.17 linux/include/linux/kernel.h
Next file: linux/include/linux/mm.h
Previous file: linux/include/linux/istallion.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue Sep 7 10:14:37 1999
- Orig file:
v2.3.16/linux/include/linux/kernel.h
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.16/linux/include/linux/kernel.h linux/include/linux/kernel.h
@@ -91,11 +91,12 @@
unsigned long freeram; /* Available memory size */
unsigned long sharedram; /* Amount of shared memory */
unsigned long bufferram; /* Memory used by buffers */
- unsigned long totalbig; /* Total big memory size */
- unsigned long freebig; /* Available big memory size */
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[22-2*sizeof(long)]; /* 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)