commit | 7e1e0ef22c9ba9f797d7c4448feee722584bba5c | [log] [tgz] |
---|---|---|
author | Steven J. Magnani <steve@digidescorp.com> | Mon Dec 14 18:00:04 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Dec 15 08:53:24 2009 -0800 |
tree | 892fd5374f4815891065f148617fefc601e19219 | |
parent | ea637639591def87a54cea811cbac796980cb30d [diff] |
procfs: use proper units for noMMU statm On no-MMU systems, sizes reported in /proc/n/statm have units of bytes. Per Documentation/filesystems/proc.txt, these values should be in pages. Signed-off-by: Steven J. Magnani <steve@digidescorp.com> Cc: Greg Ungerer <gerg@snapgear.com> Cc: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>