All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clocksource: sh_tmu: Set cpu_possible_mask to fix SMP broadcast
@ 2014-12-16  9:48 ` Magnus Damm
  0 siblings, 0 replies; 50+ messages in thread
From: Magnus Damm @ 2014-12-16  9:48 UTC (permalink / raw)
  To: Magnus Damm, linux-kernel
  Cc: linux-sh, daniel.lezcano, horms, geert, laurent.pinchart, tglx

From: Magnus Damm <damm+renesas@opensource.se>

Update the TMU driver to use cpu_possible_mask as cpumask to make
r8a7779 SMP work as expected with or without the ARM TWD timer.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 drivers/clocksource/sh_tmu.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 0001/drivers/clocksource/sh_tmu.c
+++ work/drivers/clocksource/sh_tmu.c	2014-12-16 17:49:49.000000000 +0900
@@ -428,7 +428,7 @@ static void sh_tmu_register_clockevent(s
 	ced->features = CLOCK_EVT_FEAT_PERIODIC;
 	ced->features |= CLOCK_EVT_FEAT_ONESHOT;
 	ced->rating = 200;
-	ced->cpumask = cpumask_of(0);
+	ced->cpumask = cpu_possible_mask;
 	ced->set_next_event = sh_tmu_clock_event_next;
 	ced->set_mode = sh_tmu_clock_event_mode;
 	ced->suspend = sh_tmu_clock_event_suspend;

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

end of thread, other threads:[~2014-12-19  0:46 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-16  9:48 [PATCH] clocksource: sh_tmu: Set cpu_possible_mask to fix SMP broadcast Magnus Damm
2014-12-16  9:48 ` Magnus Damm
2014-12-16 11:14 ` Daniel Lezcano
2014-12-16 11:14   ` Daniel Lezcano
2014-12-16 11:20   ` Laurent Pinchart
2014-12-16 11:20     ` Laurent Pinchart
2014-12-16 11:25     ` Laurent Pinchart
2014-12-16 11:25       ` Laurent Pinchart
2014-12-16 11:29     ` Daniel Lezcano
2014-12-16 11:29       ` Daniel Lezcano
2014-12-16 11:46     ` Magnus Damm
2014-12-16 11:46       ` Magnus Damm
2014-12-16 11:54       ` Daniel Lezcano
2014-12-16 11:54         ` Daniel Lezcano
2014-12-17  0:44         ` Laurent Pinchart
2014-12-17  0:44           ` Laurent Pinchart
2014-12-16 12:40       ` Geert Uytterhoeven
2014-12-16 12:40         ` Geert Uytterhoeven
2014-12-17  1:30         ` Magnus Damm
2014-12-17  1:30           ` Magnus Damm
2014-12-17  2:08           ` Laurent Pinchart
2014-12-17  2:08             ` Laurent Pinchart
2014-12-17  8:30             ` Geert Uytterhoeven
2014-12-17  8:30               ` Geert Uytterhoeven
2014-12-17  9:42               ` Geert Uytterhoeven
2014-12-17  9:42                 ` Geert Uytterhoeven
2014-12-17 12:04                 ` Laurent Pinchart
2014-12-17 12:04                   ` Laurent Pinchart
2014-12-17 12:11                   ` Geert Uytterhoeven
2014-12-17 12:11                     ` Geert Uytterhoeven
2014-12-17 12:14                     ` Laurent Pinchart
2014-12-17 12:14                       ` Laurent Pinchart
2014-12-17 11:31               ` Laurent Pinchart
2014-12-17 11:31                 ` Laurent Pinchart
2014-12-17 13:23             ` Magnus Damm
2014-12-17 13:23               ` Magnus Damm
2014-12-19  0:03             ` Magnus Damm
2014-12-19  0:03               ` Magnus Damm
2014-12-19  0:46               ` Laurent Pinchart
2014-12-19  0:46                 ` Laurent Pinchart
2014-12-17  8:25           ` Geert Uytterhoeven
2014-12-17  8:25             ` Geert Uytterhoeven
2014-12-17  0:43       ` Laurent Pinchart
2014-12-17  0:43         ` Laurent Pinchart
2014-12-17 13:59 ` Geert Uytterhoeven
2014-12-17 14:43 ` Laurent Pinchart
2014-12-17 15:34 ` Laurent Pinchart
2014-12-17 15:44 ` Geert Uytterhoeven
2014-12-17 15:46 ` Magnus Damm
2014-12-18  3:29 ` Laurent Pinchart

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.