提交 ca34b4d7 编写于 作者: D Daniel P. Berrange

Fix numa build on F9, 32-bit

上级 630cf4e2
Mon Jan 5 12:54:21 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
* src/nodeinfo.c: s/uint64_t/unsigned long/ for the
numa_node_to_cpus() API call.
Mon Jan 5 09:11:21 CET 2009 Jim Meyering <meyering@redhat.com>
* Makefile.maint (msg_gen_function): Add to the list.
......
......@@ -194,7 +194,7 @@ int
virCapsInitNUMA(virCapsPtr caps)
{
int n;
uint64_t *mask = NULL;
unsigned long *mask = NULL;
int *cpus = NULL;
int ret = -1;
int max_n_cpus = NUMA_MAX_N_CPUS;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册