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
=
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
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-
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
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
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 @@
>