All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kdb: add usage string of 'per_cpu' command
@ 2011-03-02 12:08 Namhyung Kim
  2011-03-25 20:37 ` [Kgdb-bugreport] " Jason Wessel
  0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2011-03-02 12:08 UTC (permalink / raw)
  To: Jason Wessel; +Cc: kgdb-bugreport, linux-kernel

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
---
 kernel/debug/kdb/kdb_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/debug/kdb/kdb_main.c b/kernel/debug/kdb/kdb_main.c
index bd3e8e29caa3..2486021ff5d9 100644
--- a/kernel/debug/kdb/kdb_main.c
+++ b/kernel/debug/kdb/kdb_main.c
@@ -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);
-- 
1.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Kgdb-bugreport] [PATCH] kdb: add usage string of 'per_cpu' command
  2011-03-02 12:08 [PATCH] kdb: add usage string of 'per_cpu' command Namhyung Kim
@ 2011-03-25 20:37 ` Jason Wessel
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Wessel @ 2011-03-25 20:37 UTC (permalink / raw)
  To: Namhyung Kim; +Cc: kgdb-bugreport, linux-kernel

On 03/02/2011 06:08 AM, Namhyung Kim wrote:
> Signed-off-by: Namhyung Kim <namhyung@gmail.com>
> ---
>  kernel/debug/kdb/kdb_main.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/debug/kdb/kdb_main.c b/kernel/debug/kdb/kdb_main.c
> index bd3e8e29caa3..2486021ff5d9 100644
> --- a/kernel/debug/kdb/kdb_main.c
> +++ b/kernel/debug/kdb/kdb_main.c
> @@ -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);


Thanks,

I added this to the queued patches.

Jason.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-25 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-02 12:08 [PATCH] kdb: add usage string of 'per_cpu' command Namhyung Kim
2011-03-25 20:37 ` [Kgdb-bugreport] " Jason Wessel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.