lkml.org 
[lkml]   [2008]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [GIT pull] genirq updates for 2.6.27
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.


\
 
 \ /
  Last update: 2008-07-14 19:21    [W:0.046 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site