mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-05-24 03:03:48 +00:00
v5.15.1
This commit is contained in:
@@ -349,10 +349,11 @@ hrtimer_expires_remaining_adjusted(const struct hrtimer *timer)
|
||||
|
||||
#ifdef CONFIG_TIMERFD
|
||||
extern void timerfd_clock_was_set(void);
|
||||
extern void timerfd_resume(void);
|
||||
#else
|
||||
static inline void timerfd_clock_was_set(void) { }
|
||||
static inline void timerfd_resume(void) { }
|
||||
#endif
|
||||
extern void hrtimers_resume(void);
|
||||
|
||||
DECLARE_PER_CPU(struct tick_device, tick_cpu_device);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user