diff options
author | Bob Picco <bob.picco@hp.com> | 2005-10-04 15:13:50 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-10-04 13:21:13 -0700 |
commit | 1be7d9935b9c7fb9bd5964bfaf3ac543381277db (patch) | |
tree | fe39c6d9e19fb890812318f5f3b318de6c3afc57 /include/asm-ia64/nodedata.h | |
parent | c678796cab4b5288ad578802a54cb1480ae20a08 (diff) |
[PATCH] V5 ia64 SPARSEMEM - conditional changes for SPARSEMEM
This patch introduces the conditional changes required for the three
memory models. With [patch 1/4] there are three memory models; FLATMEM,
DISCONTIG and SPARSEMEM. Also a new arch include file sparemem.h is
introduced for defining SPARSEMEM parameters.
Signed-off-by: Bob Picco <bob.picco@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/nodedata.h')
-rw-r--r-- | include/asm-ia64/nodedata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ia64/nodedata.h b/include/asm-ia64/nodedata.h index 6b0f3ed89b7e..9978c7ce7549 100644 --- a/include/asm-ia64/nodedata.h +++ b/include/asm-ia64/nodedata.h @@ -17,7 +17,7 @@ #include <asm/percpu.h> #include <asm/mmzone.h> -#ifdef CONFIG_DISCONTIGMEM +#ifdef CONFIG_NUMA /* * Node Data. One of these structures is located on each node of a NUMA system. @@ -47,6 +47,6 @@ struct ia64_node_data { */ #define NODE_DATA(nid) (local_node_data->pg_data_ptrs[nid]) -#endif /* CONFIG_DISCONTIGMEM */ +#endif /* CONFIG_NUMA */ #endif /* _ASM_IA64_NODEDATA_H */ |