]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memory-failure: use num_poisoned_pages instead of mce_bad_pages
authorXishi Qiu <qiuxishi@huawei.com>
Thu, 7 Feb 2013 01:26:43 +0000 (12:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:36 +0000 (16:46 +1100)
commit1dd42df76a7d3eee31bde069b948c5e82c235efe
tree9296ff0ee9ccec7a4ac9216f9329b134511a7a0d
parent1ad691a39985d32cbc8705e3c7db16b64defaadc
memory-failure: use num_poisoned_pages instead of mce_bad_pages

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 <qiuxishi@huawei.com>
Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Suggested-by: Borislav Petkov <bp@alien8.de>
Reviewed-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/meminfo.c
include/linux/mm.h
mm/memory-failure.c