[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH for-4.20 2/4] x86/fpu: Create a typedef for the x87/SSE area inside "struct xsave_struct"
On Thu Jul 18, 2024 at 12:23 PM BST, Jan Beulich wrote: > On 09.07.2024 17:52, Alejandro Vallejo wrote: > > Making the union non-anonymous causes a lot of headaches, > > Maybe better "would cause", as that's not what you're doing here? Yes, sounds better. > > > because a lot of code > > relies on it being so, but it's possible to make a typedef of the anonymous > > union so all callsites currently relying on typeof() can stop doing so > > directly. > > > > This commit creates a `fpusse_t` typedef to the anonymous union at the head > > of > > the XSAVE area and uses it instead of typeof(). > > > > No functional change. > > > > Signed-off-by: Alejandro Vallejo <alejandro.vallejo@xxxxxxxxx> > > Acked-by: Jan Beulich <jbeulich@xxxxxxxx> Thanks Alejandro
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |