From: Christoph Hellwig <hch@infradead.org>
To: Dean Nelson <dcn@sgi.com>
Cc: linux-ia64@vger.kernel.org, netdev@oss.sgi.com
Subject: Re: [PATCH 1/4] SGI Altix cross partition functionality (1st revision)
Date: Tue, 24 Aug 2004 20:13:43 +0100 [thread overview]
Message-ID: <20040824201343.A32110@infradead.org> (raw)
In-Reply-To: <20040824182222.GA13961@sgi.com>; from dcn@sgi.com on Tue, Aug 24, 2004 at 01:22:22PM -0500
> --- bk-linux-2.6.orig/kernel/sched.c 2004-08-23 14:39:35.000000000 -0500
> +++ bk-linux-2.6/kernel/sched.c 2004-08-24 07:29:11.000000000 -0500
> @@ -2814,6 +2814,7 @@
> {
> return setscheduler(pid, policy, param);
> }
> +EXPORT_SYMBOL(sys_sched_setscheduler);
As said previously you're not supposed to mess with this one.
> long nr_swap_pages;
> int numnodes = 1;
> +EXPORT_SYMBOL(numnodes);
Looing at the two routines that use this I think those two should always
go into the core kernel code. That way you also get rid of the
pda_percpu export.
next prev parent reply other threads:[~2004-08-24 19:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-24 18:00 [PATCH 0/4] SGI Altix cross partition functionality (1st revision) Dean Nelson
2004-08-24 18:22 ` [PATCH 1/4] " Dean Nelson
2004-08-24 19:13 ` Christoph Hellwig [this message]
2004-08-24 18:23 ` [PATCH 2/4] " Dean Nelson
2004-08-24 19:17 ` Christoph Hellwig
2004-08-24 18:26 ` [PATCH 3/4] " Dean Nelson
2004-08-24 18:27 ` [PATCH 4/4] " Dean Nelson
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=20040824201343.A32110@infradead.org \
--to=hch@infradead.org \
--cc=dcn@sgi.com \
--cc=linux-ia64@vger.kernel.org \
--cc=netdev@oss.sgi.com \
/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;
as well as URLs for NNTP newsgroup(s).