[PATCH V4 3/3 RESEND] MCE: use num_poisoned_pages instead of mce_bad_pages

2012-12-13 Thread Xishi Qiu
Since MCE is an x86 concept, and this code is in mm/, it would be better to use the name num_poisoned_pages instead of mce_bad_pages. Signed-off-by: Xishi Qiu Signed-off-by: Jiang Liu Suggested-by: Borislav Petkov Reviewed-by: Wanpeng Li --- fs/proc/meminfo.c |2 +- include/linux/mm.h

[PATCH V4 3/3 RESEND] MCE: use num_poisoned_pages instead of mce_bad_pages

2012-12-13 Thread Xishi Qiu
Since MCE is an x86 concept, and this code is in mm/, it would be better to use the name num_poisoned_pages instead of mce_bad_pages. Signed-off-by: Xishi Qiu qiuxi...@huawei.com Signed-off-by: Jiang Liu jiang@huawei.com Suggested-by: Borislav Petkov b...@alien8.de Reviewed-by: Wanpeng Li