diff options
| author | Matthew Dobson <colpatch@us.ibm.com> | 2005-01-07 21:57:12 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-01-07 21:57:12 -0800 |
| commit | d61614fac4c4cb3b53e7d751233042ae21f74d0d (patch) | |
| tree | bc976c876c5491eae3f1da33ec4952d57ec7150d /include | |
| parent | a930c8c63ae694dfd7c9e455e5475e95c6353f61 (diff) | |
[PATCH] Replace 'numnodes' with 'node_online_map' - x86_64
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-x86_64/numa.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86_64/numa.h b/include/asm-x86_64/numa.h index f102bbbc41ab..21843b35ef18 100644 --- a/include/asm-x86_64/numa.h +++ b/include/asm-x86_64/numa.h @@ -8,9 +8,6 @@ struct node { u64 start,end; }; -#define for_all_nodes(x) for ((x) = 0; (x) < numnodes; (x)++) \ - if (node_online(x)) - extern int compute_hash_shift(struct node *nodes); #define ZONE_ALIGN (1UL << (MAX_ORDER+PAGE_SHIFT)) |
