Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162224
b: refs/heads/master
c: 0d08737
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent fbba53c commit f41fda1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: eacb1b4d24c2a8b7c1d73bb72e04920980ec8a4f
refs/heads/master: 0d08737cadc38515695540522cd8ceaa975506b4
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/include/HvSynicApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ struct hv_message {

/* Define the synthetic interrupt message page layout. */
struct hv_message_page {
volatile struct hv_message SintMessage[HV_SYNIC_SINT_COUNT];
struct hv_message SintMessage[HV_SYNIC_SINT_COUNT];
};

/* Define the synthetic interrupt controller event flags format. */
Expand All @@ -223,7 +223,7 @@ union hv_synic_event_flags {

/* Define the synthetic interrupt flags page layout. */
struct hv_synic_event_flags_page {
volatile union hv_synic_event_flags SintEventFlags[HV_SYNIC_SINT_COUNT];
union hv_synic_event_flags SintEventFlags[HV_SYNIC_SINT_COUNT];
};

/* Define SynIC control register. */
Expand Down

0 comments on commit f41fda1

Please sign in to comment.