Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61678
b: refs/heads/master
c: 1a9b85e
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jiang authored and Linus Torvalds committed Jul 19, 2007
1 parent cc91bf9 commit 2598db8
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e27e3dac651771fe3250f6305dee277bce29fc5d
refs/heads/master: 1a9b85e6b36cdd046b0a354c38af20a7155272b8
5 changes: 4 additions & 1 deletion trunk/drivers/edac/edac_mc_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ static const char *mem_types[] = {
[MEM_RDR] = "Registered-SDR",
[MEM_DDR] = "Unbuffered-DDR",
[MEM_RDDR] = "Registered-DDR",
[MEM_RMBS] = "RMBS"
[MEM_RMBS] = "RMBS",
[MEM_DDR2] = "Unbuffered-DDR2",
[MEM_FB_DDR2] = "FullyBuffered-DDR2",
[MEM_RDDR2] = "Registered-DDR2"
};

static const char *dev_types[] = {
Expand Down

0 comments on commit 2598db8

Please sign in to comment.