kdb: add usage string of 'per_cpu' command
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / kernel / debug / kdb / kdb_main.c
index 38a85428c70f33dafeb6aa9e300d356b425f0e8a..6bc6e3bc4f9c309b72a34b70718ac10cd3d14d83 100644 (file)
@@ -2892,7 +2892,7 @@ static void __init kdb_inittab(void)
          "Send a signal to a process", 0, KDB_REPEAT_NONE);
        kdb_register_repeat("summary", kdb_summary, "",
          "Summarize the system", 4, KDB_REPEAT_NONE);
-       kdb_register_repeat("per_cpu", kdb_per_cpu, "",
+       kdb_register_repeat("per_cpu", kdb_per_cpu, "<sym> [<bytes>] [<cpu>]",
          "Display per_cpu variables", 3, KDB_REPEAT_NONE);
        kdb_register_repeat("grephelp", kdb_grep_help, "",
          "Display help on | grep", 0, KDB_REPEAT_NONE);