Re: [PATCH] hrtimer:Add get_hrtimer_cpu_base()

From: Enlin Mu
Date: Thu Mar 14 2024 - 06:46:30 EST


Thomas Gleixner <tglx@xxxxxxxxxxxxx> 于2024年3月14日周四 18:22写道:
>
> On Wed, Mar 13 2024 at 05:30, Enlin Mu wrote:
> > From: Enlin Mu <enlin.mu@xxxxxxxxxx>
> >
> > On the Arm platform,arch_timer may occur irq strom,
> > By using the next_timer of hrtimer_cpu_base, it is
> > possible to quickly locate abnormal timers.
> > As it is an out of tree modules,the function needs
> > to be exproted.
>
> No. We are not exporting for out of tree code.
Can you explain it?