Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86039
b: refs/heads/master
c: 9c03385
h: refs/heads/master
i:
  86037: 007b3ad
  86035: 238638e
  86031: 8cf6bfd
v: v3
  • Loading branch information
Olof Johansson authored and Paul Mackerras committed Feb 21, 2008
1 parent 1d28fcc commit aacb5c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: be2553ffb5773e9a689c94bb85326c5b5f00577f
refs/heads/master: 9c0338522896c54b79ad7918638175bf58d7c551
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/sysdev/mpic_pasemi_msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ static int pasemi_msi_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type)
unsigned int virq;
struct msi_desc *entry;
struct msi_msg msg;
u64 addr;

pr_debug("pasemi_msi_setup_msi_irqs, pdev %p nvec %d type %d\n",
pdev, nvec, type);
Expand Down Expand Up @@ -132,8 +131,8 @@ static int pasemi_msi_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type)
set_irq_chip(virq, &mpic_pasemi_msi_chip);
set_irq_type(virq, IRQ_TYPE_EDGE_RISING);

pr_debug("pasemi_msi: allocated virq 0x%x (hw 0x%lx) addr 0x%lx\n",
virq, hwirq, addr);
pr_debug("pasemi_msi: allocated virq 0x%x (hw 0x%lx) addr 0x%x\n",
virq, hwirq, msg.address_lo);

/* Likewise, the device writes [0...511] into the target
* register to generate MSI [512...1023]
Expand Down

0 comments on commit aacb5c7

Please sign in to comment.