Hi, This might be a very bad suggestion, but here it is: On dualcore cpus (amd64) the TSC will get out of sync when executing hlt instruction. booting with idle=poll, will make it never to execute hlt, hence TSC will be in sync. booting with notsc will make it use other time source...but this is slower (this is default after "[PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs") How about syncing TSC after hlt? If cost of syncing TSC's is smaller than cost of using other time source this might be an alternative. /Jonas - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: x86-64: Syncing dualcore cpus TSCs
- From: Andi Kleen <[email protected]>
- Re: x86-64: Syncing dualcore cpus TSCs
- References:
- Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs
- From: "Vladimir B. Savkin" <[email protected]>
- Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs
- From: Andi Kleen <[email protected]>
- Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs
- From: "Vladimir B. Savkin" <[email protected]>
- Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs
- From: john stultz <[email protected]>
- Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs
- From: "Vladimir B. Savkin" <[email protected]>
- Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs
- From: Jonas Oreland <[email protected]>
- Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs
- From: "Vladimir B. Savkin" <[email protected]>
- Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs
- From: Jonas Oreland <[email protected]>
- Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs
- Prev by Date: Re: [Fastboot] [PATCH] i386: move apic init in init_IRQs
- Next by Date: Makefile : can I use both "O=" and "M=" ?
- Previous by thread: Re: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs
- Next by thread: Re: x86-64: Syncing dualcore cpus TSCs
- Index(es):