On Tue, 26 May 2015 14:51:28 +0200
Daniel Wagner <daniel.wag...@bmw-carit.de> wrote:


> > Don't you want to modify __local_bh_enable_ip()?
> 
> __do_softirq() calls __local_bh_disable_ip() and __local_bh_enable() and
> not __local_bh_enable_ip(). I have no clue why this is done this way.
> Need to look into the history.

Yeah, that probably needs to be fixed. Find out why we call *_ip() and
it would make more sense to make that symmetric, as it may break
something else otherwise.

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

Reply via email to