Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308088
b: refs/heads/master
c: 8571723
h: refs/heads/master
v: v3
  • Loading branch information
Chen Gong authored and Tony Luck committed Apr 20, 2012
1 parent ab99342 commit 5f159a3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 95022b8cf6ed7f3292b60c8e85fe59a12bfb1c9e
refs/heads/master: 8571723a698dcc0ee16c1c63908aa99dd940ce5c
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/cpu/mcheck/mce-apei.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ void apei_mce_report_mem_error(int corrected, struct cper_sec_mem_err *mem_err)
struct mce m;

/* Only corrected MC is reported */
if (!corrected)
if (!corrected || !(mem_err->validation_bits &
CPER_MEM_VALID_PHYSICAL_ADDRESS))
return;

mce_setup(&m);
Expand Down

0 comments on commit 5f159a3

Please sign in to comment.