aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/numa.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-12-19 14:16:19 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-12-19 14:16:19 +0000
commitd3e6184717ef36444be005f78f09ff27bb617652 (patch)
tree8020b14dbb350eab65e742be5eeb3fd1c74c156d /xen/include/asm-arm/numa.h
parentabb4b95647262c8b9f1ae7e9b799f5151267d60b (diff)
downloadxen-d3e6184717ef36444be005f78f09ff27bb617652.tar.gz
xen-d3e6184717ef36444be005f78f09ff27bb617652.tar.bz2
xen-d3e6184717ef36444be005f78f09ff27bb617652.zip
xen: arm: define node_online_map.
For now just initialise it as a single online node, which is what asm-arm/numa.h assumes anyway. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Tim Deegan <tim@xen.org> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/asm-arm/numa.h')
-rw-r--r--xen/include/asm-arm/numa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-arm/numa.h b/xen/include/asm-arm/numa.h
index 1b060e6ae4..a1b1f584f8 100644
--- a/xen/include/asm-arm/numa.h
+++ b/xen/include/asm-arm/numa.h
@@ -1,7 +1,7 @@
#ifndef __ARCH_ARM_NUMA_H
#define __ARCH_ARM_NUMA_H
-/* Fake one node for now... */
+/* Fake one node for now. See also node_online_map. */
#define cpu_to_node(cpu) 0
#define node_to_cpumask(node) (cpu_online_map)