All of lore.kernel.org
 help / color / mirror / Atom feed
* [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
* [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

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 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.