From: Amerigo Wang Date: Tue, 22 Sep 2009 23:45:35 +0000 (-0700) Subject: kcore: fix /proc/kcore's stat.st_size X-Git-Tag: v2.6.32-rc1~314 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acef82b873b6899d80e639317228f2104dae79a2;p=pandora-kernel.git kcore: fix /proc/kcore's stat.st_size In 9063c61fd5cbd ("x86, 64-bit: Clean up user address masking") Linus fixed the wrong size of /proc/kcore problem. But its size still looks insane, since it never equals the size of physical memory. Signed-off-by: WANG Cong Cc: "Eric W. Biederman" Cc: Tao Ma Cc: Acked-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed