On 04/08/2010 04:51 AM, Andrea Arcangeli wrote:
From: Andrea Arcangeli<aarcange@xxxxxxxxxx> Add hugepage stat information to /proc/vmstat and /proc/meminfo. diff --git a/fs/proc/meminfo.c b/fs/proc/meminfo.c --- a/fs/proc/meminfo.c +++ b/fs/proc/meminfo.c @@ -101,6 +101,9 @@ static int meminfo_proc_show(struct seq_ #ifdef CONFIG_MEMORY_FAILURE "HardwareCorrupted: %5lu kB\n" #endif +#ifdef CONFIG_TRANSPARENT_HUGEPAGE + "AnonHugePages: %8lu kB\n" +#endif
The original AnonPages should include AnonHugePages, or applications that are unaware of AnonHugePages will see an unexplained drop in AnonPages.
-- error compiling committee.c: too many arguments to function -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>