Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154420
b: refs/heads/master
c: 30c875c
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov committed Jun 26, 2009
1 parent 510d0fa commit d5193db
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 584fcff428bde3b9985ba21498764e9dba2fd3ce
refs/heads/master: 30c875cbc1836a03a1acc6c998fa8a04f29f8f73
7 changes: 6 additions & 1 deletion trunk/drivers/edac/amd64_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2966,7 +2966,12 @@ static int amd64_check_ecc_enabled(struct amd64_pvt *pvt)
" Use of the override can cause "
"unknown side effects.\n");
ret = -ENODEV;
}
} else
/*
* enable further driver loading if ECC enable is
* overridden.
*/
ret = 0;
} else {
amd64_printk(KERN_INFO,
"ECC is enabled by BIOS, Proceeding "
Expand Down

0 comments on commit d5193db

Please sign in to comment.