KVM needs the struct's values to be able to provide PV support.Reviewed-by: Janosch Frank <frankja@xxxxxxxxxxxxx>
The uvdevice is currently guest only and will need the struct's values
for call support checking and potential future expansions.
As uv.c is only compiled with CONFIG_PGSTE or
CONFIG_PROTECTED_VIRTUALIZATION_GUEST we don't need a second check in
the code. Users of uv_info will need to fence for these two config
options for the time being.
Signed-off-by: Steffen Eiden <seiden@xxxxxxxxxxxxx>