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