Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200045
b: refs/heads/master
c: 61053fd
h: refs/heads/master
i:
  200043: 2a5b458
v: v3
  • Loading branch information
Keith Mannthey authored and Mauro Carvalho Chehab committed May 10, 2010
1 parent c11d66a commit 6f2872b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3ef288a98307adc9d3f83321b26281567f348ec6
refs/heads/master: 61053fdedb2080dadc18dc37abbba90d2e74bc03
2 changes: 1 addition & 1 deletion trunk/drivers/edac/i7core_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ static struct edac_pci_ctl_info *i7core_pci;
#define ECCx8(pvt) ((pvt)->info.mc_control & (1 << 1))

/* MC_STATUS bits */
#define ECC_ENABLED(pvt) ((pvt)->info.mc_status & (1 << 3))
#define ECC_ENABLED(pvt) ((pvt)->info.mc_status & (1 << 4))
#define CH_DISABLED(pvt, ch) ((pvt)->info.mc_status & (1 << ch))

/* MC_MAX_DOD read functions */
Expand Down

0 comments on commit 6f2872b

Please sign in to comment.