Re: [Kgdb-bugreport] [PATCH] beautification of debugger_active usage

2008-02-06 Thread Jason Wessel
Jan Kiszka wrote: > Just a beautification of using debugger_active for checking the debugger > state. > > Signed-off-by: Jan Kiszka <[EMAIL PROTECTED]> > > --- > arch/x86/kernel/kgdb.c |6 +++--- > include/linux/kgdb.h |7 ++- > kernel/kgdb.c |8 > kernel/sched.

[PATCH] beautification of debugger_active usage

2008-02-06 Thread Jan Kiszka
Just a beautification of using debugger_active for checking the debugger state. Signed-off-by: Jan Kiszka <[EMAIL PROTECTED]> --- arch/x86/kernel/kgdb.c |6 +++--- include/linux/kgdb.h |7 ++- kernel/kgdb.c |8 kernel/sched.c |7 +-- 4 files ch