Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197317
b: refs/heads/master
c: 25e2831
h: refs/heads/master
i:
  197315: 6aa294e
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 9fca162 commit e9fb45a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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: 733371df3db375cb66280911162b9746b0436d68
refs/heads/master: 25e2831dc459a45424f1dbdce7556d3ab5bc012d
22 changes: 11 additions & 11 deletions trunk/drivers/staging/hv/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,26 +77,26 @@ struct shutdown_msg_data {


/* Time Sync IC defs */
#define ICTIMESYNCFLAG_PROBE 0
#define ICTIMESYNCFLAG_SYNC 1
#define ICTIMESYNCFLAG_SAMPLE 2
#define ICTIMESYNCFLAG_PROBE 0
#define ICTIMESYNCFLAG_SYNC 1
#define ICTIMESYNCFLAG_SAMPLE 2

#ifdef __x86_64__
#define WLTIMEDELTA 116444736000000000L /* in 100ns unit */
#define WLTIMEDELTA 116444736000000000L /* in 100ns unit */
#else
#define WLTIMEDELTA 116444736000000000LL
#define WLTIMEDELTA 116444736000000000LL
#endif

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

/* Index for each IC struct in array hv_cb_utils[] */
#define HV_SHUTDOWN_MSG 0
#define HV_TIMESYNC_MSG 1
#define HV_SHUTDOWN_MSG 0
#define HV_TIMESYNC_MSG 1

struct hyperv_service_callback {
u8 msg_type;
Expand Down

0 comments on commit e9fb45a

Please sign in to comment.