public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ia64: export node_to_cpu_mask
@ 2006-07-06  5:13 Greg Banks
  0 siblings, 0 replies; only message in thread
From: Greg Banks @ 2006-07-06  5:13 UTC (permalink / raw)
  To: linux-ia64

ia64: Export node_to_cpu_mask so that modules (e.g. sunrpc) can use
the node_to_cpumask() macro.

Signed-off-by: Greg Banks <gnb@melbourne.sgi.com>
---

 arch/ia64/kernel/numa.c |    1 +
 1 files changed, 1 insertion(+)

Index: linus-git/arch/ia64/kernel/numa.c
=================================--- linus-git.orig/arch/ia64/kernel/numa.c	2006-07-05 15:53:15.390566417 +1000
+++ linus-git/arch/ia64/kernel/numa.c	2006-07-06 14:48:01.587159303 +1000
@@ -28,6 +28,7 @@ u16 cpu_to_node_map[NR_CPUS] __cacheline
 EXPORT_SYMBOL(cpu_to_node_map);
 
 cpumask_t node_to_cpu_mask[MAX_NUMNODES] __cacheline_aligned;
+EXPORT_SYMBOL_GPL(node_to_cpu_mask);
 
 /**
  * build_cpu_to_node_map - setup cpu to node and node to cpumask arrays


Greg.
-- 
Greg Banks, R&D Software Engineer, SGI Australian Software Group.
I don't speak for SGI.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-06  5:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06  5:13 [PATCH] ia64: export node_to_cpu_mask Greg Banks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox