Re: [PATCH RFC 01/13] x86: Move posted interrupt descriptor out of vmx code

From: Thomas Gleixner
Date: Fri Dec 08 2023 - 04:31:30 EST


On Thu, Dec 07 2023 at 20:54, Jacob Pan wrote:
> On Wed, 06 Dec 2023 17:33:28 +0100, Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> wrote:
>> On Sat, Nov 11 2023 at 20:16, Jacob Pan wrote:
>> u32 rsvd[6];
>> } __aligned(64);
>>
> It seems bit-fields cannot pass type check. I got these compile error.

And why are you telling me that instead if simply fixing it?