On Thu, 2007-08-23 at 14:05 -0700, john stultz wrote:Here is a possible quick fix. I'm open to other approaches, but I also want to avoid too much churn before 2.6.23 goes out. Paolo, could you verify this fixes the issue for you? thanks -john diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c index 77bf4aa..c782d8c 100644 --- a/drivers/char/hpet.c +++ b/drivers/char/hpet.c @@ -78,7 +78,17 @@ static struct clocksource clocksource_hpet = { .shift = 10, .flags = CLOCK_SOURCE_IS_CONTINUOUS, }; + +/* XXX - FIXME: i386, x86_64 and ia64 all have separate + * hpet clocksource implementations. They should be merged + * and this would be a good place for it. + * Right now this is ia64 only. + */ +#ifdef CONFIG_IA64 static struct clocksource *hpet_clocksource; +#else /* this isn't generic enough to use for everyone yet */ +static struct clocksource *hpet_clocksource = (struct clocksource*)0xdead; +#endif /* A lock for concurrent access by app and isr hpet activity. */ static DEFINE_SPINLOCK(hpet_lock); -
| Greg Smith | PostgreSQL pgbench performance regression in 2.6.23+ |
| Greg KH | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Jan Engelhardt | intel iommu (Re: -mm merge plans for 2.6.23) |
| Pavel Roskin | ndiswrapper and GPL-only symbols redux |
git: | |
| Tom Herbert | SO_REUSEPORT? |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| David Miller | [GIT]: Networking |
| Frans Pop | svc: failed to register lockdv1 RPC service (errno 97). |
| Miklos Szeredi | [patch 01/10] vfs: add path_create() and path_mknod() |
| Erez Zadok | [PATCH 02/14] VFS: rename do_splice_to/from to vfs_splice_* and export symbols |
| Miklos Szeredi | Re: [PATCH 2/2] SELinux: display SELinux mount options in /proc/mounts |
| Barry Naujok | [PATCH 1/7] XFS: Name operation vector for hash and compare |
