Re: [PATCH 2/9] rust: hrtimer: add ArcHrTimerHandle::restart
From: Mike Lothian
Date: Wed Sep 02 2026 - 08:54:40 EST
Sorry, I take that back - it does have a caller, I grepped for
".restart()", vino calls it in enable_vblank:
h.restart(Delta::from_nanos(interval));
I'd like to keep it for v4 or does expires-v2 change it? If the
concurrent-start race is fixed there I'd rather rebase onto that than
carry something that races
Mike