All of lore.kernel.org
 help / color / mirror / Atom feed
* [MIPS] Resolve multiple definition of plat_timer_setup in msp71xx
@ 2009-04-28  5:50 Shane McDonald
  2009-04-28  9:15 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Shane McDonald @ 2009-04-28  5:50 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

There have been a number of compile problems with the msp71xx
configuration ever since it was included in the linux-mips.org
repository.  This patch resolves the "multiple definition of
plat_timer_setup" problem, and creates the required
get_c0_compare_int function.

This patch has been compile-tested against the current HEAD.

Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com>
---
 arch/mips/pmc-sierra/msp71xx/msp_time.c  |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/arch/mips/pmc-sierra/msp71xx/msp_time.c b/arch/mips/pmc-sierra/msp71xx/msp_time.c
index 7cfeda5..cca64e1 100644
--- a/arch/mips/pmc-sierra/msp71xx/msp_time.c
+++ b/arch/mips/pmc-sierra/msp71xx/msp_time.c
@@ -81,10 +81,7 @@ void __init plat_time_init(void)
 	mips_hpt_frequency = cpu_rate/2;
 }
 
-void __init plat_timer_setup(struct irqaction *irq)
+unsigned int __init get_c0_compare_int(void)
 {
-#ifdef CONFIG_IRQ_MSP_CIC
-	/* we are using the vpe0 counter for timer interrupts */
-	setup_irq(MSP_INT_VPE0_TIMER, irq);
-#endif
+	return MSP_INT_VPE0_TIMER;
 }
-- 
1.5.6.5

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

* Re: [MIPS] Resolve multiple definition of plat_timer_setup in msp71xx
  2009-04-28  5:50 [MIPS] Resolve multiple definition of plat_timer_setup in msp71xx Shane McDonald
@ 2009-04-28  9:15 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-04-28  9:15 UTC (permalink / raw)
  To: Shane McDonald; +Cc: linux-mips

On Mon, Apr 27, 2009 at 11:50:21PM -0600, Shane McDonald wrote:

> There have been a number of compile problems with the msp71xx
> configuration ever since it was included in the linux-mips.org
> repository.  This patch resolves the "multiple definition of
> plat_timer_setup" problem, and creates the required
> get_c0_compare_int function.
> 
> This patch has been compile-tested against the current HEAD.

Thanks, applied to 2.6.24 and up.

  Ralf

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

end of thread, other threads:[~2009-04-28  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-28  5:50 [MIPS] Resolve multiple definition of plat_timer_setup in msp71xx Shane McDonald
2009-04-28  9:15 ` Ralf Baechle

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.