Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138813
b: refs/heads/master
c: 1cc1852
h: refs/heads/master
i:
  138811: f65dc2b
v: v3
  • Loading branch information
Dmitri Vorobiev authored and Ingo Molnar committed Mar 22, 2009
1 parent b909556 commit a464141
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: 648340dff02eff10cc08fa4e8d20442d7a238768
refs/heads/master: 1cc185211a9cb913f6adbe3354e5c256f456ebd2
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -3464,7 +3464,7 @@ int arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type)
int ret, sub_handle;
struct msi_desc *msidesc;
unsigned int irq_want;
struct intel_iommu *iommu = 0;
struct intel_iommu *iommu = NULL;
int index = 0;

irq_want = nr_irqs_gsi;
Expand Down Expand Up @@ -3599,7 +3599,7 @@ static void hpet_msi_set_affinity(unsigned int irq, const struct cpumask *mask)

#endif /* CONFIG_SMP */

struct irq_chip hpet_msi_type = {
static struct irq_chip hpet_msi_type = {
.name = "HPET_MSI",
.unmask = hpet_msi_unmask,
.mask = hpet_msi_mask,
Expand Down

0 comments on commit a464141

Please sign in to comment.