diff options
Diffstat (limited to 'arch/ia64/mm/numa.c')
| -rw-r--r-- | arch/ia64/mm/numa.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/ia64/mm/numa.c b/arch/ia64/mm/numa.c index 3861d6e32d5f..a03803506b0c 100644 --- a/arch/ia64/mm/numa.c +++ b/arch/ia64/mm/numa.c | |||
| @@ -36,6 +36,12 @@ struct node_cpuid_s node_cpuid[NR_CPUS] = | |||
| 36 | */ | 36 | */ |
| 37 | u8 numa_slit[MAX_NUMNODES * MAX_NUMNODES]; | 37 | u8 numa_slit[MAX_NUMNODES * MAX_NUMNODES]; |
| 38 | 38 | ||
| 39 | int __node_distance(int from, int to) | ||
| 40 | { | ||
| 41 | return slit_distance(from, to); | ||
| 42 | } | ||
| 43 | EXPORT_SYMBOL(__node_distance); | ||
| 44 | |||
| 39 | /* Identify which cnode a physical address resides on */ | 45 | /* Identify which cnode a physical address resides on */ |
| 40 | int | 46 | int |
| 41 | paddr_to_nid(unsigned long paddr) | 47 | paddr_to_nid(unsigned long paddr) |
