NUMA: expose correct /sys/devices/system/node/nodeX/meminfo

This commit is contained in:
Balazs Gerofi
2017-07-07 00:22:25 +09:00
parent 72e3f5ee50
commit 0f58e9e77d
6 changed files with 51 additions and 0 deletions

View File

@@ -17,4 +17,8 @@
#define INT_MIN -0x80000000
#define IOV_MAX 1024
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
#endif