Re: [PATCH 1/1] softirq: remove useless function __local_bh_enable

From: Ingo Molnar
Date: Fri Nov 28 2008 - 06:39:19 EST



* Liming Wang <liming.wang@xxxxxxxxxxxxx> wrote:

> __local_bh_enable has been replaced with _local_bh_enable.
> As comments says "it always nests inside local_bh_enable() sections"
> has not been valid now. Also there is no reason to use __local_bh_enable
> anywhere, so we can remove this useless function.
>
> Signed-off-by: Liming Wang <liming.wang@xxxxxxxxxxxxx>
> ---
> include/linux/bottom_half.h | 1 -
> kernel/softirq.c | 14 --------------
> 2 files changed, 0 insertions(+), 15 deletions(-)

applied to tip/core/softirq, thanks!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/