kdb: add usage string of 'per_cpu' command

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>

authored by Namhyung Kim and committed by Jason Wessel 0d3db28d 21431c29

+1 -1
+1 -1
kernel/debug/kdb/kdb_main.c
··· 2892 2892 "Send a signal to a process", 0, KDB_REPEAT_NONE); 2893 2893 kdb_register_repeat("summary", kdb_summary, "", 2894 2894 "Summarize the system", 4, KDB_REPEAT_NONE); 2895 - kdb_register_repeat("per_cpu", kdb_per_cpu, "", 2895 + kdb_register_repeat("per_cpu", kdb_per_cpu, "<sym> [<bytes>] [<cpu>]", 2896 2896 "Display per_cpu variables", 3, KDB_REPEAT_NONE); 2897 2897 kdb_register_repeat("grephelp", kdb_grep_help, "", 2898 2898 "Display help on | grep", 0, KDB_REPEAT_NONE);