softirq: remove useless function __local_bh_enable
authorLiming Wang <liming.wang@windriver.com>
Fri, 28 Nov 2008 01:52:40 +0000 (09:52 +0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 28 Nov 2008 11:38:38 +0000 (12:38 +0100)
commit8b752e3ef6e3f5cde87afc649dd51d92b1e549c1
tree352c2790e31c595cb4c15e4fe751251c4596299f
parented313489badef16d700f5a3be50e8fd8f8294bc8
softirq: remove useless function __local_bh_enable

Impact: remove unused code

__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@windriver.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/bottom_half.h
kernel/softirq.c