From: Liming Wang Date: Fri, 28 Nov 2008 01:52:40 +0000 (+0800) Subject: softirq: remove useless function __local_bh_enable X-Git-Tag: v2.6.29-rc1~572^2^8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b752e3ef6e3f5cde87afc649dd51d92b1e549c1;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed