Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271552
b: refs/heads/master
c: 1f6189e
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Borislav Petkov committed Oct 6, 2011
1 parent fa68e7a commit 44c4074
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 73ba85937b2a07b6401ba0b7ca06a112762de9f7
refs/heads/master: 1f6189ed18cbd99d90bffdbc76c3adc54418b2fd
4 changes: 2 additions & 2 deletions trunk/drivers/edac/amd64_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,10 +768,10 @@ static int get_channel_from_ecc_syndrome(struct mem_ctl_info *, u16);
* Determine if the DIMMs have ECC enabled. ECC is enabled ONLY if all the DIMMs
* are ECC capable.
*/
static enum edac_type amd64_determine_edac_cap(struct amd64_pvt *pvt)
static unsigned long amd64_determine_edac_cap(struct amd64_pvt *pvt)
{
u8 bit;
enum dev_type edac_cap = EDAC_FLAG_NONE;
unsigned long edac_cap = EDAC_FLAG_NONE;

bit = (boot_cpu_data.x86 > 0xf || pvt->ext_model >= K8_REV_F)
? 19
Expand Down

0 comments on commit 44c4074

Please sign in to comment.