[PATCH] um: time-travel: actually apply "free-until" optimisation
Johannes Berg
johannes at sipsolutions.net
Fri Dec 11 02:54:09 EST 2020
On Thu, 2020-12-10 at 23:28 +0100, Richard Weinberger wrote:
>
> > - if (!irqs_disabled() && !in_interrupt() && !in_softirq())
> > + if (!irqs_disabled() && !in_interrupt() && !in_softirq() &&
> > + !time_travel_ext_waiting)
>
> This will not build with timetravel support disabled.
Ahrg, sorry, will fix.
johannes
More information about the linux-um
mailing list