summaryrefslogtreecommitdiffstats
path: root/include/sysemu/numa.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2015-02-08 16:51:19 -0200
committerEduardo Habkost <ehabkost@redhat.com>2015-02-23 15:39:27 -0300
commit25712ffe8478a95abd7b82e2f085c7c929498643 (patch)
treea221709ed1646dd22f723c2331152534f3cbcd98 /include/sysemu/numa.h
parentde1a7c84c49affff5884175d621c95196007ea23 (diff)
downloadhqemu-25712ffe8478a95abd7b82e2f085c7c929498643.zip
hqemu-25712ffe8478a95abd7b82e2f085c7c929498643.tar.gz
numa: Make max_numa_nodeid static
Now the only code that uses the variable is inside numa.c. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/sysemu/numa.h')
-rw-r--r--include/sysemu/numa.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sysemu/numa.h b/include/sysemu/numa.h
index 514914f..eae881e 100644
--- a/include/sysemu/numa.h
+++ b/include/sysemu/numa.h
@@ -8,9 +8,6 @@
#include "sysemu/hostmem.h"
extern int nb_numa_nodes; /* Number of NUMA nodes */
-extern int max_numa_nodeid; /* Highest specified NUMA node ID, plus one.
- * For all nodes, nodeid < max_numa_nodeid
- */
typedef struct node_info {
uint64_t node_mem;
OpenPOWER on IntegriCloud