Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / numa.h
diff --git a/kernel/include/linux/numa.h b/kernel/include/linux/numa.h
new file mode 100644 (file)
index 0000000..3aaa316
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef _LINUX_NUMA_H
+#define _LINUX_NUMA_H
+
+
+#ifdef CONFIG_NODES_SHIFT
+#define NODES_SHIFT     CONFIG_NODES_SHIFT
+#else
+#define NODES_SHIFT     0
+#endif
+
+#define MAX_NUMNODES    (1 << NODES_SHIFT)
+
+#define        NUMA_NO_NODE    (-1)
+
+#endif /* _LINUX_NUMA_H */