[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20060930013618.7ec19fe6.akpm@osdl.org>
Date: Sat, 30 Sep 2006 01:36:18 -0700
From: Andrew Morton <akpm@...l.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>,
Jim Gettys <jg@...top.org>, John Stultz <johnstul@...ibm.com>,
David Woodhouse <dwmw2@...radead.org>,
Arjan van de Ven <arjan@...radead.org>,
Dave Jones <davej@...hat.com>
Subject: Re: [patch 07/23] cleanup: uninline irq_enter() and move it into a
function
On Fri, 29 Sep 2006 23:58:26 -0000
Thomas Gleixner <tglx@...utronix.de> wrote:
> --- linux-2.6.18-mm2.orig/kernel/softirq.c 2006-09-30 01:41:13.000000000 +0200
> +++ linux-2.6.18-mm2/kernel/softirq.c 2006-09-30 01:41:16.000000000 +0200
> @@ -279,6 +279,13 @@ EXPORT_SYMBOL(do_softirq);
> # define invoke_softirq() do_softirq()
> #endif
>
> +extern void irq_enter(void)
unneeded `extern'.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists