On Fri, 27 Apr 2018 14:36:13 +0200 David Hildenbrand <david@xxxxxxxxxx> wrote: > Move the Multiple-epoch facility handling into it and rename it to > kvm_s390_get_tod_clock(). > > This leaves us with: > - kvm_s390_set_tod_clock() > - kvm_s390_get_tod_clock() > - kvm_s390_get_tod_clock_fast() > > So all Multiple-epoch facility is hidden in these functions. > > Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> > --- > arch/s390/kvm/kvm-s390.c | 22 +++++++++------------- > 1 file changed, 9 insertions(+), 13 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>