All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/4] fix tx4938 undefined reference
@ 2006-04-05  0:41 Geoff Levand
  2006-04-05 13:47 ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Geoff Levand @ 2006-04-05  0:41 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

[-- Attachment #1: Type: text/plain, Size: 2 bytes --]




[-- Attachment #2: fix-mips-undefined-sio.patch --]
[-- Type: text/x-patch, Size: 609 bytes --]

Fix undefined reference to `txx9_sio_kdbg_rd' when 
CONFIG_KGDB_8250=y, CONFIG_KGDB_8250=n.


Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


Index: linux-2.6.16.1/arch/mips/tx4938/common/Makefile
===================================================================
--- linux-2.6.16.1.orig/arch/mips/tx4938/common/Makefile	2006-01-02 19:21:10.000000000 -0800
+++ linux-2.6.16.1/arch/mips/tx4938/common/Makefile	2006-03-07 11:05:05.000000000 -0800
@@ -7,5 +7,5 @@
 #
 
 obj-y	+= prom.o setup.o irq.o irq_handler.o rtc_rx5c348.o
-obj-$(CONFIG_KGDB) += dbgio.o
+obj-$(CONFIG_KGDB_8250) += dbgio.o
 



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

* Re: [PATCH 4/4] fix tx4938 undefined reference
  2006-04-05  0:41 [PATCH 4/4] fix tx4938 undefined reference Geoff Levand
@ 2006-04-05 13:47 ` Sergei Shtylyov
  2006-04-05 16:09   ` Geoff Levand
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2006-04-05 13:47 UTC (permalink / raw)
  To: Geoff Levand; +Cc: ralf, linux-mips

Hello.

Geoff Levand wrote:

> ------------------------------------------------------------------------
> 
> Fix undefined reference to `txx9_sio_kdbg_rd' when 
> CONFIG_KGDB_8250=y, CONFIG_KGDB_8250=n.

    I'm sorry, where do you see this option? It belongs to cross-arch KGDB 
which AFAIK is not in the Linus' kernel yet. So, NAK.

> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
> 
> 
> Index: linux-2.6.16.1/arch/mips/tx4938/common/Makefile
> ===================================================================
> --- linux-2.6.16.1.orig/arch/mips/tx4938/common/Makefile	2006-01-02 19:21:10.000000000 -0800
> +++ linux-2.6.16.1/arch/mips/tx4938/common/Makefile	2006-03-07 11:05:05.000000000 -0800
> @@ -7,5 +7,5 @@
>  #
>  
>  obj-y	+= prom.o setup.o irq.o irq_handler.o rtc_rx5c348.o
> -obj-$(CONFIG_KGDB) += dbgio.o
> +obj-$(CONFIG_KGDB_8250) += dbgio.o

WBR, Sergei

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

* Re: [PATCH 4/4] fix tx4938 undefined reference
  2006-04-05 13:47 ` Sergei Shtylyov
@ 2006-04-05 16:09   ` Geoff Levand
  0 siblings, 0 replies; 3+ messages in thread
From: Geoff Levand @ 2006-04-05 16:09 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: ralf, linux-mips

Sergei Shtylyov wrote:
>     I'm sorry, where do you see this option? It belongs to cross-arch KGDB 
> which AFAIK is not in the Linus' kernel yet. So, NAK.

Yes, sorry about that.  I'll send it off to the kgdb ML.

-Geoff

>> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
>> 
>> 
>> Index: linux-2.6.16.1/arch/mips/tx4938/common/Makefile
>> ===================================================================
>> --- linux-2.6.16.1.orig/arch/mips/tx4938/common/Makefile	2006-01-02 19:21:10.000000000 -0800
>> +++ linux-2.6.16.1/arch/mips/tx4938/common/Makefile	2006-03-07 11:05:05.000000000 -0800
>> @@ -7,5 +7,5 @@
>>  #
>>  
>>  obj-y	+= prom.o setup.o irq.o irq_handler.o rtc_rx5c348.o
>> -obj-$(CONFIG_KGDB) += dbgio.o
>> +obj-$(CONFIG_KGDB_8250) += dbgio.o
> 
> WBR, Sergei
> 

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

end of thread, other threads:[~2006-04-05 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05  0:41 [PATCH 4/4] fix tx4938 undefined reference Geoff Levand
2006-04-05 13:47 ` Sergei Shtylyov
2006-04-05 16:09   ` Geoff Levand

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.