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

@ -44,6 +44,7 @@ struct ihk_mc_numa_node {
struct rb_root free_chunks;
mcs_lock_node_t lock;
unsigned long nr_pages;
unsigned long nr_free_pages;
unsigned long min_addr;
unsigned long max_addr;