Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163048
b: refs/heads/master
c: e34e77c
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and H. Peter Anvin committed Sep 14, 2009
1 parent c7d7455 commit 32c5d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 680b6cfd3cee30a7d997d49430fb73af84523853
refs/heads/master: e34e77ce348feac3c8c607774efb1f8a9262127d
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/cpu/mcheck/mce-severity.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ int mce_severity(struct mce *a, int tolerant, char **msg)
}
}

#ifdef CONFIG_DEBUG_FS
static void *s_start(struct seq_file *f, loff_t *pos)
{
if (*pos >= ARRAY_SIZE(severities))
Expand Down Expand Up @@ -212,3 +213,4 @@ static int __init severities_debugfs_init(void)
return -ENOMEM;
}
late_initcall(severities_debugfs_init);
#endif

0 comments on commit 32c5d2b

Please sign in to comment.