Hi, Andrew Morton: > > Hack out the i386 TSC sync code. > > > > diff --git a/arch/i386/kernel/smpboot.c b/arch/i386/kernel/smpboot.c > > index 6f5fea0..cd28914 100644 > > --- a/arch/i386/kernel/smpboot.c > > +++ b/arch/i386/kernel/smpboot.c > > @@ -435,7 +435,7 @@ static void __devinit smp_callin(void) > > /* > > * Synchronize the TSC with the BP > > */ > > - if (cpu_has_tsc && cpu_khz && !tsc_sync_disabled) > > + if (0 && cpu_has_tsc && cpu_khz && !tsc_sync_disabled) > > synchronize_tsc_ap(); > > } > > > > @@ -1305,7 +1305,7 @@ static void __init smp_boot_cpus(unsigne > > /* > > * Synchronize the TSC with the AP > > */ > > - if (cpu_has_tsc && cpucount && cpu_khz) > > + if (0 && cpu_has_tsc && cpucount && cpu_khz) > > synchronize_tsc_bp(); > > } > > I guess Matthias didn't test this patch. Can we get some obviously-correct > fix in place for 2.6.18? > This patch doesn't change the problem. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [email protected] Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de - - Success is always being able to wear clothing that you actually like. -- SJM
Attachment:
signature.asc
Description: Digital signature
- References:
- Re: REGRESSION: the new i386 timer code fails to sync CPUs
- From: Andrew Morton <[email protected]>
- Re: REGRESSION: the new i386 timer code fails to sync CPUs
- From: Matthias Urlichs <[email protected]>
- Re: REGRESSION: the new i386 timer code fails to sync CPUs
- From: Andrew Morton <[email protected]>
- Re: REGRESSION: the new i386 timer code fails to sync CPUs
- From: Matthias Urlichs <[email protected]>
- Re: REGRESSION: the new i386 timer code fails to sync CPUs
- From: Andrew Morton <[email protected]>
- Re: REGRESSION: the new i386 timer code fails to sync CPUs
- From: john stultz <[email protected]>
- Re: REGRESSION: the new i386 timer code fails to sync CPUs
- From: Matthias Urlichs <[email protected]>
- Re: REGRESSION: the new i386 timer code fails to sync CPUs
- From: Andi Kleen <[email protected]>
- Re: REGRESSION: the new i386 timer code fails to sync CPUs
- From: john stultz <[email protected]>
- Re: REGRESSION: the new i386 timer code fails to sync CPUs
- From: Andrew Morton <[email protected]>
- Re: REGRESSION: the new i386 timer code fails to sync CPUs
- Prev by Date: Re: suspend2 merge history [was Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion]
- Next by Date: [patch 2.6.18-rc3] build fixes: omap-rng
- Previous by thread: Re: REGRESSION: the new i386 timer code fails to sync CPUs
- Next by thread: Re: REGRESSION: the new i386 timer code fails to sync CPUs
- Index(es):