Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336532
b: refs/heads/master
c: 1165276
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Borislav Petkov committed Nov 28, 2012
1 parent 8ea2b9a commit 83d4a18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10de6497a56e933d9ddca94aff186ac3b3105af9
refs/heads/master: 11652769179296062c74233e168399a87a3f6e8a
1 change: 1 addition & 0 deletions trunk/drivers/edac/amd64_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2518,6 +2518,7 @@ static int amd64_init_one_instance(struct pci_dev *F2)

mci->pvt_info = pvt;
mci->pdev = &pvt->F2->dev;
mci->csbased = 1;

setup_mci_misc_attrs(mci, fam_type);

Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/edac.h
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,8 @@ struct mem_ctl_info {
u32 fake_inject_ue;
u16 fake_inject_count;
#endif
__u8 csbased : 1, /* csrow-based memory controller */
__resv : 7;
};

#endif

0 comments on commit 83d4a18

Please sign in to comment.