Re: [PATCH -mm][Take 2] clocksource init adjustments (fix bug #7426)

2007-03-04 Thread Daniel Walker
On Fri, 2007-03-02 at 15:24 -0800, john stultz wrote: > Thus the solution here is to register clocksources earlier (ideally when > the hardware is being initialized), and then we enable clocksource > selection at fs_initcall (before device_initcall). > When I was doing this in my tree I found th

Re: [PATCH -mm][Take 2] clocksource init adjustments (fix bug #7426)

2007-03-02 Thread David Miller
From: john stultz <[EMAIL PROTECTED]> Date: Fri, 02 Mar 2007 15:24:00 -0800 > On Fri, 2007-03-02 at 12:32 -0800, David Miller wrote: > > From: john stultz <[EMAIL PROTECTED]> > > Date: Fri, 02 Mar 2007 11:58:11 -0800 > > > > > Oh! Sorry! Yea, looking at it more the ioremap isn't actually necessar

[PATCH -mm][Take 2] clocksource init adjustments (fix bug #7426)

2007-03-02 Thread john stultz
On Fri, 2007-03-02 at 12:32 -0800, David Miller wrote: > From: john stultz <[EMAIL PROTECTED]> > Date: Fri, 02 Mar 2007 11:58:11 -0800 > > > Oh! Sorry! Yea, looking at it more the ioremap isn't actually necessary, > > as we can use hpet_readl() instead of re-calculating the hpet base > > address p