Hello:<br><br>On Sat, Oct 17, 2009 at 4:48 PM, Linus Walleij <span dir="ltr">&lt;<a href="mailto:linus.walleij@stericsson.com">linus.walleij@stericsson.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This moves the clocksource_set_clock() and clockevent_set_clock()<br>
from the MIPS timer code into clockchips and clocksource where<br>
it belongs. The patch was triggered by code posted by Mikael<br>
Pettersson duplicating this code for the IOP ARM system. The<br>
function signatures where altered slightly to fit into their<br>
destination header files, unsigned int changed to u32 and inlined.<br>
<br>
Signed-off-by: Linus Walleij &lt;<a href="mailto:linus.walleij@stericsson.com">linus.walleij@stericsson.com</a>&gt;<br>
Cc: Thomas Gleixner &lt;<a href="mailto:tglx@linutronix.de">tglx@linutronix.de</a>&gt;<br>
Cc: Mikael Pettersson &lt;<a href="mailto:mikpe@it.uu.se">mikpe@it.uu.se</a>&gt;<br>
Cc: Ralf Baechle &lt;<a href="mailto:ralf@linux-mips.org">ralf@linux-mips.org</a>&gt;<br>
---<br>
Ralf has stated in earlier conversation that this should be moved,<br>
now we risk duplicating code so let&#39;s move it.<br>
<br>
I don&#39;t have access to a MIPS cross-compiler so please can the<br>
MIPS people test this?<br></blockquote></div><br>I have tested this patch on an RM7000-based MIPS system.  The patch compiles fine, and the kernel successfully runs.  You can add my:<br><br>Tested-by: Shane McDonald &lt;<a href="mailto:mcdonald.shane@gmail.com">mcdonald.shane@gmail.com</a>&gt;<br>
<br>Shane<br>