Re: [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand

From: Huang, Kai
Date: Tue Jun 27 2023 - 18:38:12 EST


> >
> > +/*
> > + * Do the module global initialization if not done yet.
> > + * It's always called with interrupts and preemption disabled.
> > + */
>
> If interrupts are always disabled why do you need _irqsave()?
>

I'll remove the _irqsave().

AFAICT Isaku preferred this for additional security, but this is not necessary.