Le Mon, Apr 13, 2026 at 01:00:07PM +0200, Christophe Leroy (CS GROUP) a écrit :
> > @@ -37,11 +37,17 @@ extern void vtime_account_irq(struct task_struct *tsk, 
> > unsigned int offset);
> >   extern void vtime_account_softirq(struct task_struct *tsk);
> >   extern void vtime_account_hardirq(struct task_struct *tsk);
> >   extern void vtime_flush(struct task_struct *tsk);
> > +extern void vtime_reset(void);
> > +extern void vtime_dyntick_start(void);
> > +extern void vtime_dyntick_stop(void);
> >   #else /* !CONFIG_VIRT_CPU_ACCOUNTING_NATIVE */
> >   static inline void vtime_account_irq(struct task_struct *tsk, unsigned 
> > int offset) { }
> >   static inline void vtime_account_softirq(struct task_struct *tsk) { }
> >   static inline void vtime_account_hardirq(struct task_struct *tsk) { }
> >   static inline void vtime_flush(struct task_struct *tsk) { }
> > +static inline void vtime_reset(void) { }
> > +static inline void vtime_dyntick_start(void) { }
> > +extern inline void vtime_dyntick_stop(void) { }
> 
> You mean 'static' inline, not 'extern' ?

I might have been too creative here, yes.

Thanks.

> 
> Christophe
> 
> >   #endif
> >   /*
> 

-- 
Frederic Weisbecker
SUSE Labs

Reply via email to