Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab76078a authored by Stefano Stabellini's avatar Stefano Stabellini Committed by David Vrabel
Browse files

arm: extend pvclock_wall_clock with sec_hi



The hypervisor actually exposes an additional field to struct
pvclock_wall_clock, with the high 32 bit seconds.

Signed-off-by: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
Reviewed-by: default avatarJulien Grall <julien.grall@citrix.com>
parent f3d6027e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ struct pvclock_wall_clock {
	u32   version;
	u32   sec;
	u32   nsec;
	u32   sec_hi;
} __attribute__((__packed__));
#endif