On 07/29/2016 10:46 AM, Sebastian Andrzej Siewior wrote:
* minyard@acm.org | 2016-06-29 11:55:11 [-0500]:
quoted
From: Corey Minyard <redacted>
preemptible_lazy() is only used under CONFIG_PREEMPT, but it was
always defined. Move it into a CONFIG_PREEMPT ifdef.
Oh sorry, I missed that one but the problem is gone, right?
Sebastian
Yes, it appears to be gone. Before I think you could define
CONFIG_PREEMPT_LAZY
without CONFIG_PREEMPT being defined.
-corey