Nadav Amit
2023-Jun-09 18:25 UTC
[PATCH 2/2] x86/paravirt: Make the struct paravirt_patch_site packed
> On Jun 9, 2023, at 2:45 AM, Hou Wenlong <houwenlong.hwl at antgroup.com> wrote: > > Similar to struct alt_instr, make the struct paravirt_patch_site packed > and get rid of all the .align directives. This could save 2 bytes for > one entry on X86_64.Thanks for taking care of it.