linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Alchemy: time.c build fix
@ 2009-01-06  9:34 Manuel Lauss
  2009-01-29 21:40 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Manuel Lauss @ 2009-01-06  9:34 UTC (permalink / raw)
  To: Linux-MIPS; +Cc: Manuel Lauss

in Linus' current -git the cpumask member is now a pointer.

Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
---
 arch/mips/alchemy/common/time.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/alchemy/common/time.c b/arch/mips/alchemy/common/time.c
index 307514f..183180a 100644
--- a/arch/mips/alchemy/common/time.c
+++ b/arch/mips/alchemy/common/time.c
@@ -69,7 +69,7 @@ static struct clock_event_device au1x_rtcmatch2_clockdev = {
 	.irq		= AU1000_RTC_MATCH2_INT,
 	.set_next_event	= au1x_rtcmatch2_set_next_event,
 	.set_mode	= au1x_rtcmatch2_set_mode,
-	.cpumask	= CPU_MASK_ALL,
+	.cpumask	= CPU_MASK_ALL_PTR,
 };
 
 static struct irqaction au1x_rtcmatch2_irqaction = {
-- 
1.6.0.6

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

* Re: [PATCH] Alchemy: time.c build fix
  2009-01-06  9:34 Manuel Lauss
@ 2009-01-29 21:40 ` Ralf Baechle
  0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2009-01-29 21:40 UTC (permalink / raw)
  To: Manuel Lauss; +Cc: Linux-MIPS

On Tue, Jan 06, 2009 at 10:34:52AM +0100, Manuel Lauss wrote:

> in Linus' current -git the cpumask member is now a pointer.

Applied, thanks!

  Ralf

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

* [PATCH] Alchemy: time.c build fix
@ 2009-04-22  6:04 Manuel Lauss
  2009-04-25  8:38 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Manuel Lauss @ 2009-04-22  6:04 UTC (permalink / raw)
  To: Ralf Baechle, Linux-MIPS; +Cc: Magnus Damm



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

* Re: [PATCH] Alchemy: time.c build fix
  2009-04-22  6:04 [PATCH] Alchemy: time.c build fix Manuel Lauss
@ 2009-04-25  8:38 ` Ralf Baechle
  0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2009-04-25  8:38 UTC (permalink / raw)
  To: Manuel Lauss; +Cc: Linux-MIPS, Magnus Damm

On Wed, Apr 22, 2009 at 08:04:35AM +0200, Manuel Lauss wrote:

> >From c866124136ee90dbf42fbf2bc2a308574fa84576 Mon Sep 17 00:00:00 2001
> From: Manuel Lauss <mano@roarinelk.homelinux.net>
> Date: Wed, 22 Apr 2009 08:01:48 +0200
> Subject: [PATCH] MIPS: Alchemy: timer build fix
> 
> Fix breakage introduced by 8e19608e8b5c001e4a66ce482edc474f05fb7355.
> 
> Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>

Thanks, applied.

  Ralf

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

end of thread, other threads:[~2009-04-25  8:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-22  6:04 [PATCH] Alchemy: time.c build fix Manuel Lauss
2009-04-25  8:38 ` Ralf Baechle
  -- strict thread matches above, loose matches on Subject: below --
2009-01-06  9:34 Manuel Lauss
2009-01-29 21:40 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).