summaryrefslogtreecommitdiff
path: root/include/asm-ia64/meminit.h
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2005-10-28 14:32:56 -0700
committerTony Luck <tony.luck@intel.com>2005-10-28 14:32:56 -0700
commitc87ff94333642ce3db4fc0857ad1f723cb42c1dd (patch)
tree9577010b5ca20b692904c4728b305a9cbde5373e /include/asm-ia64/meminit.h
parent556902cd2d2cfdc54fe1f1d7f3ac5e2eb276ac09 (diff)
parent1e5c936e3cc2ab745f66c0ae296c42f892ffd42a (diff)
Pull sparsemem-v5 into release branch
Diffstat (limited to 'include/asm-ia64/meminit.h')
-rw-r--r--include/asm-ia64/meminit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/meminit.h b/include/asm-ia64/meminit.h
index 90646632237c..46501b01a5c5 100644
--- a/include/asm-ia64/meminit.h
+++ b/include/asm-ia64/meminit.h
@@ -43,7 +43,7 @@ extern void efi_memmap_init(unsigned long *, unsigned long *);
#define GRANULEROUNDUP(n) (((n)+IA64_GRANULE_SIZE-1) & ~(IA64_GRANULE_SIZE-1))
#define ORDERROUNDDOWN(n) ((n) & ~((PAGE_SIZE<<MAX_ORDER)-1))
-#ifdef CONFIG_DISCONTIGMEM
+#ifdef CONFIG_NUMA
extern void call_pernode_memory (unsigned long start, unsigned long len, void *func);
#else
# define call_pernode_memory(start, len, func) (*func)(start, len, 0)