]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] fix impossible VmallocChunk
authorHugh Dickins <hugh@veritas.com>
Tue, 17 May 2005 04:53:09 +0000 (21:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 17 May 2005 14:59:10 +0000 (07:59 -0700)
commit64d13c00cf1f7c3d2c1ff449e2a0500ab568d319
tree864ac985be04cc9434ffc63a7357043c2b46b8a6
parentbaae956100334ffbd101eea5eeea9a5ac9cf3abd
[PATCH] fix impossible VmallocChunk

VmallocTotal: 34359738367 kB
VmallocUsed:    266288 kB
VmallocChunk: 18014366299193295 kB
is unsettling - x86_64 and some other architectures keep a separate address
range for modules in vmalloc's vmlist, which /proc/meminfo should pass over.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/proc/mmu.c