On 02/10/2015 06:39 AM, Jan Beulich wrote:
On 09.02.15 at 21:04, <boris.ostrovsky%oracle.com@localhost> wrote:--- a/xen/include/asm-x86/numa.h +++ b/xen/include/asm-x86/numa.h @@ -21,7 +21,7 @@ struct node {extern int compute_hash_shift(struct node *nodes, int numnodes,int *nodeids); -extern int pxm_to_node(int nid); +extern u8 pxm_to_node(int nid);Perhaps introduce nodeid_t, so that once needed it can be widened?
Yes. I actually thing there are more references to node IDs throughout the code that may need adjusting.
-boris