Searched hist:"9 c11112c0ec7ec322cd495320c3ab9fa8bdc1bbc" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/xen/ |
H A D | enlighten.c | diff 9c11112c0ec7ec322cd495320c3ab9fa8bdc1bbc Thu Sep 30 14:21:13 CEST 2021 Jan Beulich <jbeulich@suse.com> xen/x86: adjust data placement
Both xen_pvh and xen_start_flags get written just once early during init. Using the respective annotation then allows the open-coded placing in .data to go away.
Additionally the former, like the latter, wants exporting, or else xen_pvh_domain() can't be used from modules.
Signed-off-by: Jan Beulich <jbeulich@suse.com> Reviewed-by: Juergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/8155ed26-5a1d-c06f-42d8-596d26e75849@suse.com Signed-off-by: Juergen Gross <jgross@suse.com>
|