From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbarnes@sgi.com (Jesse Barnes) Date: Tue, 03 Feb 2004 19:03:00 +0000 Subject: Re: [PATCH] Add EXPORT_SYMBOL for physical_node_map Message-Id: <20040203190300.GA8216@sgi.com> List-Id: References: <20040203185728.GX13322@localhost> In-Reply-To: <20040203185728.GX13322@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org You should probably include module.h too... On Tue, Feb 03, 2004 at 01:57:28PM -0500, Martin Hicks wrote: > > Hi David, > > Can you please include this EXPORT_SYMBOL in the next release. A few > macros that use physical_node_map are used in modules. > > Thanks > mh > > -- > Martin Hicks Wild Open Source Inc. > mort@wildopensource.com 613-266-2296 > # This is a BitKeeper generated patch for the following project: > # Project Name: Linux kernel tree > # This patch format is intended for GNU patch command version 2.5 or higher. > # This patch includes the following deltas: > # ChangeSet 1.1542 -> 1.1543 > # arch/ia64/sn/kernel/setup.c 1.28 -> 1.29 > # > # The following is the BitKeeper ChangeSet Log > # -------------------------------------------- > # 04/02/03 mort@green.i.bork.org 1.1543 > # EXPORT_SYMBOL for physical_node_map. This is required > # for some SN2 modules. > # -------------------------------------------- > # > diff -Nru a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c > --- a/arch/ia64/sn/kernel/setup.c Tue Feb 3 12:52:53 2004 > +++ b/arch/ia64/sn/kernel/setup.c Tue Feb 3 12:52:53 2004 > @@ -70,6 +70,8 @@ > > short physical_node_map[MAX_PHYSNODE_ID]; > > +EXPORT_SYMBOL(physical_node_map); > + > int numionodes; > > /*