Re: [RFC PATCH 6/8] preempt/dynamic: Provide preempt_schedule[_notrace]() static calls

From: Peter Zijlstra
Date: Thu Jan 21 2021 - 17:26:21 EST


On Thu, Jan 21, 2021 at 10:58:26PM +0100, Peter Zijlstra wrote:
> I'm thinking the above doesn't build for !PREEMPT_DYNAMIC, given it
> relies on the STATIC_CALL unconditionally, but we only define it for
> PREEMPT_DYNAMIC:

Ooh, I see, x86 cannot get there anymore.