From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Christoph Hellwig <hch@lst.de>
Cc: akpm@osdl.org, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] sched.c gratious export removal
Date: Tue, 07 Sep 2004 18:04:08 +0100 [thread overview]
Message-ID: <1094576647.9607.4.camel@localhost.localdomain> (raw)
In-Reply-To: <20040907145809.GA9200@lst.de>
On Maw, 2004-09-07 at 15:58, Christoph Hellwig wrote:
> sched.c exports a few internal helpers although none of them is used in
> modular code or code that could easily be made modular, nor would we
> want modules to use them.
> /**
> * idle_cpu - is a given cpu idle currently?
> * @cpu: the processor in question.
> @@ -3152,8 +3147,6 @@
> {
> return cpu_curr(cpu) == cpu_rq(cpu)->idle;
> }
> -
> -EXPORT_SYMBOL_GPL(idle_cpu);
External power management modules definitely want to know this.
prev parent reply other threads:[~2004-09-07 18:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-07 14:58 [PATCH] sched.c gratious export removal Christoph Hellwig
2004-09-07 17:04 ` Alan Cox [this message]
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=1094576647.9607.4.camel@localhost.localdomain \
--to=alan@lxorguk.ukuu.org.uk \
--cc=akpm@osdl.org \
--cc=hch@lst.de \
--cc=linux-kernel@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