Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227307
b: refs/heads/master
c: a135cef
h: refs/heads/master
i:
  227305: 82e7b46
  227303: 70f299b
v: v3
  • Loading branch information
Borislav Petkov committed Jan 7, 2011
1 parent 33241ef commit 26da0a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 390944439f746824faec51b576f50cb5ef18745b
refs/heads/master: a135cef79a2927ecff800492a26cd314e9cba996
5 changes: 3 additions & 2 deletions trunk/drivers/edac/amd64_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2466,8 +2466,9 @@ static void set_mc_sysfs_attrs(struct mem_ctl_info *mci)
for (; i < ARRAY_SIZE(amd64_dbg_attrs); i++)
sysfs_attrs[i] = amd64_dbg_attrs[i];

for (j = 0; j < ARRAY_SIZE(amd64_inj_attrs); j++, i++)
sysfs_attrs[i] = amd64_inj_attrs[j];
if (boot_cpu_data.x86 >= 0x10)
for (j = 0; j < ARRAY_SIZE(amd64_inj_attrs); j++, i++)
sysfs_attrs[i] = amd64_inj_attrs[j];

sysfs_attrs[i] = terminator;

Expand Down

0 comments on commit 26da0a7

Please sign in to comment.