From: Greg Banks <gnb@melbourne.sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] ia64: export node_to_cpu_mask
Date: Thu, 06 Jul 2006 05:13:39 +0000 [thread overview]
Message-ID: <1152162819.18333.357.camel@hole.melbourne.sgi.com> (raw)
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.
reply other threads:[~2006-07-06 5:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1152162819.18333.357.camel@hole.melbourne.sgi.com \
--to=gnb@melbourne.sgi.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox