Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197316
b: refs/heads/master
c: 733371d
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 6aa294e commit 9fca162
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39c4e9c37894feb1525fac4bb75e8c919042473b
refs/heads/master: 733371df3db375cb66280911162b9746b0436d68
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/hyperv_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static void shutdown_onchannelcallback(void *context)
/*
* Synchronize time with host after reboot, restore, etc.
*/
static void adj_guesttime(winfiletime_t hosttime, u8 flags)
static void adj_guesttime(u64 hosttime, u8 flags)
{
s64 host_tns;
struct timespec host_ts;
Expand Down
8 changes: 3 additions & 5 deletions trunk/drivers/staging/hv/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,10 @@ struct shutdown_msg_data {
#define WLTIMEDELTA 116444736000000000LL
#endif

typedef u64 winfiletime_t; /* Windows FILETIME type */

struct ictimesync_data{
winfiletime_t parenttime;
winfiletime_t childtime;
winfiletime_t roundtriptime;
u64 parenttime;
u64 childtime;
u64 roundtriptime;
u8 flags;
} __attribute__((packed));

Expand Down

0 comments on commit 9fca162

Please sign in to comment.