[PATCH] CONFIG_VM_EVENT_COUNTER comment decrustify
authorPaul Jackson <pj@sgi.com>
Fri, 22 Dec 2006 09:06:10 +0000 (01:06 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 22 Dec 2006 16:55:46 +0000 (08:55 -0800)
commit2aea4fb61609ba7ef82f7dc6fca116bda88816e1
treee6281c312412e75d4e15691231165370ae0c3168
parent0b76e20b27d20f7cb240e6b1b2dbebaa1b7f9b60
[PATCH] CONFIG_VM_EVENT_COUNTER comment decrustify

The VM event counters, enabled by CONFIG_VM_EVENT_COUNTERS, which provides
VM event counters in /proc/vmstat, has become more essential to
non-EMBEDDED kernel configurations than they were in the past.  Comments in
the code and the Kconfig configuration explanation were stale, downplaying
their role excessively.

Refresh those comments to correctly reflect the current role of VM event
counters.

Signed-off-by: Paul Jackson <pj@sgi.com>
Acked-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/vmstat.h
init/Kconfig