KVM: s390: export test_vfacility()
Make test_vfacility() available for other files. This is needed for the new guest access functions, which test if certain facilities are available for a guest. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
This commit is contained in:

committed by
Christian Borntraeger

parent
dfeec843fb
commit
280ef0f1f9
@@ -91,7 +91,7 @@ unsigned long *vfacilities;
|
||||
static struct gmap_notifier gmap_notifier;
|
||||
|
||||
/* test availability of vfacility */
|
||||
static inline int test_vfacility(unsigned long nr)
|
||||
int test_vfacility(unsigned long nr)
|
||||
{
|
||||
return __test_facility(nr, (void *) vfacilities);
|
||||
}
|
||||
|
Reference in New Issue
Block a user