[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCH 1/7] plat/kvm: Rename ukplat_clock_wall() to ukplat_wall_clock()



This naming follows the naming of ukplat_monotonic_clock().

Signed-off-by: Florian Schmidt <florian.schmidt@xxxxxxxxx>
---
 plat/common/arm/time.c | 2 +-
 plat/kvm/x86/time.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plat/common/arm/time.c b/plat/common/arm/time.c
index 583387be..57a62354 100644
--- a/plat/common/arm/time.c
+++ b/plat/common/arm/time.c
@@ -194,7 +194,7 @@ __nsec ukplat_monotonic_clock(void)
 }
 
 /* return wall time in nsecs */
-__nsec ukplat_clock_wall(void)
+__nsec ukplat_wall_clock(void)
 {
        return generic_timer_monotonic() + generic_timer_epochoffset();
 }
diff --git a/plat/kvm/x86/time.c b/plat/kvm/x86/time.c
index d62142ff..333ad9f3 100644
--- a/plat/kvm/x86/time.c
+++ b/plat/kvm/x86/time.c
@@ -53,7 +53,7 @@ __nsec ukplat_monotonic_clock(void)
 }
 
 /* return wall time in nsecs */
-__nsec ukplat_clock_wall(void)
+__nsec ukplat_wall_clock(void)
 {
        return tscclock_monotonic() + tscclock_epochoffset();
 }
-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.