Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268067
b: refs/heads/master
c: 93511ba
h: refs/heads/master
i:
  268065: 7eea6d0
  268063: b7d299e
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 29, 2011
1 parent 27709e8 commit 71c6406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ae4636e6c0d1d8d326f38586121478d7b32150b7
refs/heads/master: 93511baa06437785758be98ee7a7149c49c8e9c5
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/hv.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ void hv_synic_init(void *irqarg)
shared_sint.as_uint64 = 0;
shared_sint.vector = irq_vector; /* HV_SHARED_SINT_IDT_VECTOR + 0x20; */
shared_sint.masked = false;
shared_sint.auto_eoi = true;
shared_sint.auto_eoi = false;

wrmsrl(HV_X64_MSR_SINT0 + VMBUS_MESSAGE_SINT, shared_sint.as_uint64);

Expand Down

0 comments on commit 71c6406

Please sign in to comment.