Re: [PATCH V8 10/22] LoongArch: Add exception/interrupt handling

From: Huacai Chen
Date: Mon Mar 21 2022 - 04:46:48 EST


Hi, Arnd,

On Mon, Mar 21, 2022 at 4:38 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
>
> On Sat, Mar 19, 2022 at 3:38 PM Huacai Chen <chenhuacai@xxxxxxxxxx> wrote:
>
> > +unsigned long eentry;
> > +EXPORT_SYMBOL_GPL(eentry);
> > +unsigned long tlbrentry;
> > +EXPORT_SYMBOL_GPL(tlbrentry);
>
> Why are these exported to modules? Maybe add a comment here, or remove
> the export if it's not actually needed.
They are used by the kvm module in our internal repo.

Huacai
>
> Arnd