Re: [PATCH v2 2/2] x86/xen: switch initial pvops IRQ functions to dummy ones

From: Boris Ostrovsky
Date: Wed Sep 22 2021 - 17:50:10 EST



On 9/22/21 6:31 AM, Juergen Gross wrote:
> The initial pvops functions handling irq flags will only ever be called
> before interrupts are being enabled.
>
> So make the __init and switch them to be dummy functions:


What are you making __init?


>
> +/* stub always return ing 0. */


"always returning"


-boris