projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c4e883
)
include/asm-x86/numa_64.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:02:55 +0000
(
01:02
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:25 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/numa_64.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/numa_64.h
b/include/asm-x86/numa_64.h
index 15fe07cde5861e3ee0d1144e933166ce03befd8f..32c22ae0709f1c13236b6fe31fb22734ba70a7cd 100644
(file)
--- a/
include/asm-x86/numa_64.h
+++ b/
include/asm-x86/numa_64.h
@@
-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);