[Kgdb-bugreport] [PATCH] ia64 doesn't need kgdb_post_master_code - linux-2.6-kgdb-testing.git

2006-09-28 Thread Bob Picco
IA64 doesn't require this interface. So make it conditional for only X86. Signed-off-by: Bob Picco <[EMAIL PROTECTED]> include/asm-generic/kgdb.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6-kgdb-testing.git/include/asm-generic/kgdb.h =

[Kgdb-bugreport] [PATCH] eliminate kgdb_disable_hw_debug - inux-2.6-kgdb-testing.git

2006-09-28 Thread Bob Picco
The disabling of hardware breakpoint debugging isn't required because -mm doesn't have this feature yet. Make it conform to CONFIG_KGDB_ARCH_HAS_HARDWARE_BREAKPOINTS. Also eliminate the function kgdb_disable_hw_debug from x86 and x86_64. The removal from ia64 will be done in another patch. Last ma

[Kgdb-bugreport] [PATCH] ia64 eliminate hardware breakpoint support - linux-2.6-kgdb-testing.git

2006-09-28 Thread Bob Picco
Tom, My compile and link on ia64 was broken. I guess my attention to kgdb ml was remiss lately. It builds now and was tested on MP ia64 box. Finish removing hardware breakpoint support. Later, reintroduce in ia64.patch which won't be included in -mm related kgdb work. thanks, bob Signed-off-

[Kgdb-bugreport] KGDB

2006-09-28 Thread Przemyslaw Brojewski
Hello, I think I've found a typo in sh-lite.patch. It contains this hunk: --- cut --- Index: linux-2.6.16/drivers/serial/sh-sci.c @@ -194,18 +174,18 @@ 1:int h, l; 3:c = *p++; 4:- h = highhex(c); 5:- l

[Kgdb-bugreport] KGDB BUG: Typo in file drivers/serial/sh-sci.c

2006-09-28 Thread Przemyslaw Brojewski
Hello, I think I've found a typo in sh-lite.patch. It contains this hunk: --- cut --- Index: linux-2.6.16/drivers/serial/sh-sci.c @@ -194,18 +174,18 @@ 1:int h, l; 3:c = *p++; 4:- h = highhex(c); 5:- l

Re: [Kgdb-bugreport] KGDB BUG: Typo in file drivers/serial/sh-sci.c

2006-09-28 Thread Amit S. Kale
That's indeed a bug. Thanks for pointing out. We'll fix this. -Amit On Thursday 28 September 2006 21:18, Przemyslaw Brojewski wrote: > Hello, I think I've found a typo in sh-lite.patch. > It contains this hunk: > > --- cut --- > Index: linux-2.6.16/drivers/serial/sh-sci.c > @@ -194,18 +174,18 @@ >