Re: [Xen-devel] [PATCH v4 05/12] x86/genapic: remove indirection from genapic hook accesses

2018-10-03 Thread Andrew Cooper
On 02/10/18 11:14, Jan Beulich wrote: > Instead of loading a pointer at each use site, have a single runtime > instance of struct genapic, copying into it from the individual > instances. The individual instances can this way also be moved to .init > (also adjust apic_probe[] at this occasion). >

[Xen-devel] [PATCH v4 05/12] x86/genapic: remove indirection from genapic hook accesses

2018-10-02 Thread Jan Beulich
Instead of loading a pointer at each use site, have a single runtime instance of struct genapic, copying into it from the individual instances. The individual instances can this way also be moved to .init (also adjust apic_probe[] at this occasion). Signed-off-by: Jan Beulich Reviewed-by: Wei