From: Keir Fraser Date: Fri, 8 Jan 2010 11:26:32 +0000 (+0000) Subject: Sync sysctl.h Xen public header. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d8be0dde9b6fe26e7cf256b0eba3aec23038b7ab;p=people%2Froyger%2Flinux-2.6.18-xen.git Sync sysctl.h Xen public header. Signed-off-by: KUWAMURA Shin'ya --- diff --git a/include/xen/interface/sysctl.h b/include/xen/interface/sysctl.h index 926eaf18..f869f9c5 100644 --- a/include/xen/interface/sysctl.h +++ b/include/xen/interface/sysctl.h @@ -34,7 +34,7 @@ #include "xen.h" #include "domctl.h" -#define XEN_SYSCTL_INTERFACE_VERSION 0x00000006 +#define XEN_SYSCTL_INTERFACE_VERSION 0x00000007 /* * Read console content from Xen buffer ring. @@ -94,7 +94,7 @@ struct xen_sysctl_physinfo { uint32_t threads_per_core; uint32_t cores_per_socket; uint32_t nr_cpus; - uint32_t nr_nodes; + uint32_t max_node_id; uint32_t cpu_khz; uint64_aligned_t total_pages; uint64_aligned_t free_pages;