Re: [PATCH 11/12] sparc: Convert to using clocksource_register_hz()

2015-03-07 Thread Ingo Molnar
* John Stultz wrote: > While cleaning up some clocksource code, I noticed the > time_32 impelementation uses the hz2mult helper, but typo. s/hz2mult/clocksource_hz2mult() > doesn't use the clocksource_register_hz() method. > > I don't believe the sparc clocksource is a default s/sparc/Sparc

[PATCH 11/12] sparc: Convert to using clocksource_register_hz()

2015-03-06 Thread John Stultz
While cleaning up some clocksource code, I noticed the time_32 impelementation uses the hz2mult helper, but doesn't use the clocksource_register_hz() method. I don't believe the sparc clocksource is a default clocksource, so we shouldn't need to self-define the mult/shift pair. So convert the tim

Re: [PATCH 11/12] sparc: Convert to using clocksource_register_hz()

2015-01-26 Thread David Miller
From: John Stultz Date: Thu, 22 Jan 2015 16:09:26 -0800 > While cleaning up some clocksource code, I noticed the > time_32 impelementation uses the hz2mult helper, but > doesn't use the clocksource_register_hz() method. > > I don't believe the sparc clocksource is a default > clocksource, so we

[PATCH 11/12] sparc: Convert to using clocksource_register_hz()

2015-01-22 Thread John Stultz
While cleaning up some clocksource code, I noticed the time_32 impelementation uses the hz2mult helper, but doesn't use the clocksource_register_hz() method. I don't believe the sparc clocksource is a default clocksource, so we shouldn't need to self-define the mult/shift pair. So convert the tim