Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197913
b: refs/heads/master
c: e167bfc
h: refs/heads/master
i:
  197911: 34715ab
v: v3
  • Loading branch information
Hidetoshi Seto authored and Jesse Barnes committed May 11, 2010
1 parent b183d20 commit ae25851
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: f647a44f5725b0e6c8211096f4b49900164123ee
refs/heads/master: e167bfcaa4cd44b4c66206a3c06b2aafb3f1260e
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pcie/aer/aerdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ irqreturn_t aer_irq(int irq, void *context)

/* Read error status */
pci_read_config_dword(pdev->port, pos + PCI_ERR_ROOT_STATUS, &status);
if (!(status & ROOT_ERR_STATUS_MASKS)) {
if (!(status & (PCI_ERR_ROOT_UNCOR_RCV|PCI_ERR_ROOT_COR_RCV))) {
spin_unlock_irqrestore(&rpc->e_lock, flags);
return IRQ_NONE;
}
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/pci/pcie/aer/aerdrv.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
#define AER_FATAL 1
#define AER_CORRECTABLE 2

/* Root Error Status Register Bits */
#define ROOT_ERR_STATUS_MASKS 0x0f

#define SYSTEM_ERROR_INTR_ON_MESG_MASK (PCI_EXP_RTCTL_SECEE| \
PCI_EXP_RTCTL_SENFEE| \
PCI_EXP_RTCTL_SEFEE)
Expand Down

0 comments on commit ae25851

Please sign in to comment.