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

2007-03-02 Thread David Miller
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 pointer. > > I'll fix this up (and find an HPET enabled x86_64 box

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

2007-03-02 Thread john stultz
On Fri, 2007-03-02 at 02:18 -0800, Andrew Morton wrote: > On Thu, 22 Feb 2007 16:13:02 -0800 john stultz <[EMAIL PROTECTED]> wrote: > > Thus the solution here is to register clocksources earlier (ideally when > > the hardware is being initialized), and then we enable clocksource > > selection at

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

2007-03-02 Thread Andrew Morton
On Thu, 22 Feb 2007 16:13:02 -0800 john stultz <[EMAIL PROTECTED]> wrote: > This patch resolves the issue found here: > http://bugme.osdl.org/show_bug.cgi?id=7426 > > The basic summary is: > Currently we register most of i386/x86_64 clocksources at module_init > time. Then we enable clocksource

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

2007-03-02 Thread Andrew Morton
On Thu, 22 Feb 2007 16:13:02 -0800 john stultz [EMAIL PROTECTED] wrote: This patch resolves the issue found here: http://bugme.osdl.org/show_bug.cgi?id=7426 The basic summary is: Currently we register most of i386/x86_64 clocksources at module_init time. Then we enable clocksource

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

2007-03-02 Thread john stultz
On Fri, 2007-03-02 at 02:18 -0800, Andrew Morton wrote: On Thu, 22 Feb 2007 16:13:02 -0800 john stultz [EMAIL PROTECTED] wrote: Thus the solution here is to register clocksources earlier (ideally when the hardware is being initialized), and then we enable clocksource selection at

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

2007-03-02 Thread David Miller
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 pointer. I'll fix this up (and find an HPET enabled x86_64 box to

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

2007-02-22 Thread john stultz
This patch resolves the issue found here: http://bugme.osdl.org/show_bug.cgi?id=7426 The basic summary is: Currently we register most of i386/x86_64 clocksources at module_init time. Then we enable clocksource selection at late_initcall time. This causes some problems for drivers that use

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

2007-02-22 Thread john stultz
This patch resolves the issue found here: http://bugme.osdl.org/show_bug.cgi?id=7426 The basic summary is: Currently we register most of i386/x86_64 clocksources at module_init time. Then we enable clocksource selection at late_initcall time. This causes some problems for drivers that use