hugetlb: offload per node attribute registrations
[deliverable/linux.git] / include / linux / node.h
index dae1521e1f055ed7def0e95532f91394fa171061..06292dac3eab15ea6f4b82ddc868e7f955889e7e 100644 (file)
 
 #include <linux/sysdev.h>
 #include <linux/cpumask.h>
+#include <linux/workqueue.h>
 
 struct node {
        struct sys_device       sysdev;
+
+#if defined(CONFIG_MEMORY_HOTPLUG_SPARSE) && defined(CONFIG_HUGETLBFS)
+       struct work_struct      node_work;
+#endif
 };
 
 struct memory_block;
This page took 0.025475 seconds and 5 git commands to generate.