]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/vmstat.h
[PATCH] CONFIG_VM_EVENT_COUNTER comment decrustify
[linux-2.6-omap-h63xx.git] / include / linux / vmstat.h
index c89df55f6e035df2ef064726c870911506c7debc..532360010919f1804fff552a84a80a784ad016ea 100644 (file)
@@ -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.