Skip to content
Commit 59f7e537 authored by Jan Beulich's avatar Jan Beulich Committed by Juergen Gross
Browse files

x86/PVH: adjust function/data placement



Two of the variables can live in .init.data, allowing the open-coded
placing in .data to go away. Another "variable" is used to communicate a
size value only to very early assembly code, which hence can be both
const and live in .init.*. Additionally two functions were lacking
__init annotations.

Signed-off-by: default avatarJan Beulich <jbeulich@suse.com>
Reviewed-by: default avatarJuergen Gross <jgross@suse.com>

Link: https://lore.kernel.org/r/3b0bb22e-43f4-e459-c5cb-169f996b5669@suse.com


Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
parent 079c4baa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment