commit | e18c6874a505958d153a11f9d6947971c349008a | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Sat Nov 05 17:25:53 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 14 19:55:13 2005 -0800 |
tree | 809d61a9e36f9869d875542c9adce1952e202d4b | |
parent | b0d41693217b3bb5b837940dc7465e82a9d49476 [diff] |
[PATCH] x86_64: Account mem_map in VM holes accounting The VM needs to know about lost memory in zones to accurately balance dirty pages. This patch accounts mem_map in there too, which fixes a constant errror of a few percent. Also some other misc mappings and the kernel text itself are accounted too. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>