]> err.no Git - linux-2.6/blobdiff - include/asm-x86/numa_64.h
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
[linux-2.6] / include / asm-x86 / numa_64.h
index 15fe07cde5861e3ee0d1144e933166ce03befd8f..32c22ae0709f1c13236b6fe31fb22734ba70a7cd 100644 (file)
@@ -1,11 +1,12 @@
-#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);