Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223437
b: refs/heads/master
c: 086e8ce
h: refs/heads/master
i:
  223435: 20364c5
v: v3
  • Loading branch information
Kenji Kaneshige authored and H. Peter Anvin committed Dec 14, 2010
1 parent 11024bd commit 81840ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 254e42006c893f45bca48f313536fcba12206418
refs/heads/master: 086e8ced65d9bcc4a8e8f1cd39b09640f2883f90
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -3412,6 +3412,7 @@ dmar_msi_set_affinity(struct irq_data *data, const struct cpumask *mask,
msg.data |= MSI_DATA_VECTOR(cfg->vector);
msg.address_lo &= ~MSI_ADDR_DEST_ID_MASK;
msg.address_lo |= MSI_ADDR_DEST_ID(dest);
msg.address_hi = MSI_ADDR_BASE_HI | MSI_ADDR_EXT_DEST_ID(dest);

dmar_msi_write(irq, &msg);

Expand Down

0 comments on commit 81840ee

Please sign in to comment.