From: Thomas Gleixner <tglx@linutronix.de>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
LKML <linux-kernel@vger.kernel.org>, Ingo Molnar <mingo@elte.hu>
Subject: Re: [GIT pull] genirq updates for 2.6.27
Date: Mon, 14 Jul 2008 19:24:26 +0200 (CEST) [thread overview]
Message-ID: <alpine.LFD.1.10.0807141923500.3283@apollo.tec.linutronix.de> (raw)
In-Reply-To: <20080714101722.e0df1608.akpm@linux-foundation.org>
On Mon, 14 Jul 2008, Andrew Morton wrote:
> > git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git genirq
> >
>
> Could you cc me on the pull requests please? I _do_ look them over,
> but I'm often days behind in my lkml reading.
Sorry, forgot it.
> > +void register_default_affinity_proc(void)
> > +{
> > +#ifdef CONFIG_SMP
> > + struct proc_dir_entry *entry;
> > +
> > + /* create /proc/irq/default_smp_affinity */
> > + entry = create_proc_entry("default_smp_affinity", 0600, root_irq_dir);
> > + if (entry) {
> > + entry->data = NULL;
> > + entry->read_proc = default_affinity_read;
> > + entry->write_proc = default_affinity_write;
> > + }
> > +#endif
> > +}
>
> This should have static scope.
Hmpf, right.
prev parent reply other threads:[~2008-07-14 17:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-14 16:27 Thomas Gleixner
2008-07-14 17:17 ` Andrew Morton
2008-07-14 17:24 ` Thomas Gleixner [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=alpine.LFD.1.10.0807141923500.3283@apollo.tec.linutronix.de \
--to=tglx@linutronix.de \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=torvalds@linux-foundation.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
all inboxes | Powered by JetHome®