Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194593
b: refs/heads/master
c: 97e1eaa
h: refs/heads/master
i:
  194591: f29f78f
v: v3
  • Loading branch information
Steve Hodgson authored and David S. Miller committed Apr 28, 2010
1 parent 7c2453e commit 0ddc5f2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b548a988a9d08f2b06f6810b1a4cde6f632bd307
refs/heads/master: 97e1eaa0e943439208a692b00dce4a8a3006760f
3 changes: 2 additions & 1 deletion trunk/drivers/net/sfc/nic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,8 @@ irqreturn_t efx_nic_fatal_interrupt(struct efx_nic *efx)
error ? "disabling bus mastering" : "no recognised error");

/* If this is a memory parity error dump which blocks are offending */
mem_perr = EFX_OWORD_FIELD(fatal_intr, FRF_AZ_MEM_PERR_INT_KER);
mem_perr = (EFX_OWORD_FIELD(fatal_intr, FRF_AZ_MEM_PERR_INT_KER) ||
EFX_OWORD_FIELD(fatal_intr, FRF_AZ_SRM_PERR_INT_KER));
if (mem_perr) {
efx_oword_t reg;
efx_reado(efx, &reg, FR_AZ_MEM_STAT);
Expand Down

0 comments on commit 0ddc5f2

Please sign in to comment.