On Sun, Sep 20, 2020 at 10:40 AM Thomas Gleixner tglx@linutronix.de wrote:
I think the more obvious solution is to split the whole exercise:
schedule() prepare_switch() unmap()
switch_to() finish_switch() map()
Yeah, that looks much easier to explain. Ack.
Linus