asm-*/futex.h should include linux/uaccess.h
[sfrench/cifs-2.6.git] / include / asm-x86 / numa_64.h
index 15fe07cde5861e3ee0d1144e933166ce03befd8f..22e87c9f6a80551be4ed7108a87a83e4551a15ab 100644 (file)
@@ -1,14 +1,16 @@
-#ifndef _ASM_X8664_NUMA_H 
+#ifndef _ASM_X8664_NUMA_H
 #define _ASM_X8664_NUMA_H 1
 
 #include <linux/nodemask.h>
 #include <asm/apicdef.h>
 
 struct bootnode {
-       u64 start,end; 
+       u64 start;
+       u64 end;
 };
 
-extern int compute_hash_shift(struct bootnode *nodes, int numnodes);
+extern int compute_hash_shift(struct bootnode *nodes, int numblks,
+                             int *nodeids);
 
 #define ZONE_ALIGN (1UL << (MAX_ORDER+PAGE_SHIFT))