xen: rename dom0_op to platform_op
[deliverable/linux.git] / arch / x86 / xen / time.c
index 041d4cda393926ab06749fcdec9c2a0597621805..663c2ea449c7ee5cf960bf485c5408e0cc1dc2c8 100644 (file)
@@ -139,7 +139,7 @@ static int xen_pvclock_gtod_notify(struct notifier_block *nb,
        op.u.settime.nsecs = now.tv_nsec;
        op.u.settime.system_time = xen_clocksource_read();
 
-       (void)HYPERVISOR_dom0_op(&op);
+       (void)HYPERVISOR_platform_op(&op);
 
        /*
         * Move the next drift compensation time 11 minutes
This page took 0.024932 seconds and 5 git commands to generate.