[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>
This commit is contained in:

committed by
Linus Torvalds

parent
0b76e20b27
commit
2aea4fb616
@@ -10,8 +10,9 @@
|
||||
/*
|
||||
* Light weight per cpu counter implementation.
|
||||
*
|
||||
* Counters should only be incremented and no critical kernel component
|
||||
* should rely on the counter values.
|
||||
* Counters should only be incremented. You need to set EMBEDDED
|
||||
* to disable VM_EVENT_COUNTERS. Things like procps (vmstat,
|
||||
* top, etc) use /proc/vmstat and depend on these counters.
|
||||
*
|
||||
* Counters are handled completely inline. On many platforms the code
|
||||
* generated will simply be the increment of a global address.
|
||||
|
Reference in New Issue
Block a user