sysfs: fix /sys/devices/system/node/online value

This commit is contained in:
Balazs Gerofi
2016-11-03 16:10:29 +09:00
parent 00996b551f
commit 3e093f6a40
2 changed files with 12 additions and 1 deletions

View File

@@ -281,6 +281,7 @@ struct mcctrl_usrdata {
unsigned long cpu_online[CPU_LONGS];
struct ihk_cpu_info *cpu_info;
struct ihk_mem_info *mem_info;
nodemask_t numa_online;
struct list_head cpu_topology_list;
struct list_head node_topology_list;
};