linux/kernel/debug
Jay Lan 519586dfa5 kdb: fix incorrect counts in KDB summary command output
commit 1467559232 upstream.

The output of KDB 'summary' command should report MemTotal, MemFree
and Buffers output in kB. Current codes report in unit of pages.

A define of K(x) as
is defined in the code, but not used.

This patch would apply the define to convert the values to kB.
Please include me on Cc on replies. I do not subscribe to linux-kernel.

Signed-off-by: Jay Lan <jlan@sgi.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-06 14:43:30 -08:00
..
kdb kdb: fix incorrect counts in KDB summary command output 2015-03-06 14:43:30 -08:00
Makefile
debug_core.c mm: per-thread vma caching 2014-10-09 12:21:29 -07:00
debug_core.h
gdbstub.c