Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249550
b: refs/heads/master
c: 5307079
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent bddfd61 commit 77e507c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 66a605438146923a048a2ce071831df2a5f64659
refs/heads/master: 53070793e06f3b643196c68585bf14a16c523fd2
7 changes: 3 additions & 4 deletions trunk/drivers/staging/hv/ring_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@

struct hv_ring_buffer {
/* Offset in bytes from the start of ring data below */
volatile u32 write_index;
u32 write_index;

/* Offset in bytes from the start of ring data below */
volatile u32 read_index;
u32 read_index;

volatile u32 interrupt_mask;
u32 interrupt_mask;

/* Pad it to PAGE_SIZE so that data starts on page boundary */
u8 reserved[4084];
Expand All @@ -45,7 +45,6 @@ struct hv_ring_buffer {
* vmbus connection also uses this data structure and its data starts
* here, we commented out this field.
*/
/* volatile u32 InterruptMask; */

/*
* Ring data starts here + RingDataStartOffset
Expand Down

0 comments on commit 77e507c

Please sign in to comment.