From: Andrew Morton <akpm@linux-foundation.org>
To: Thomas Gleixner <tglx@linutronix.de>
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 10:17:22 -0700 [thread overview]
Message-ID: <20080714101722.e0df1608.akpm@linux-foundation.org> (raw)
In-Reply-To: <alpine.LFD.1.10.0807141822470.3283@apollo.tec.linutronix.de>
On Mon, 14 Jul 2008 18:27:22 +0200 (CEST) Thomas Gleixner <tglx@linutronix.de> wrote:
> Linus,
>
> Please pull the latest genirq git tree from:
>
> 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.
> +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.
next prev parent reply other threads:[~2008-07-14 17:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-14 16:27 [GIT pull] genirq updates for 2.6.27 Thomas Gleixner
2008-07-14 17:17 ` Andrew Morton [this message]
2008-07-14 17:24 ` Thomas Gleixner
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=20080714101722.e0df1608.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.