lkml.org 
[lkml]   [2004]   [Jun]   [21]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSun, 20 Jun 2004 21:02:33 -0700
FromAndrew Morton <>
SubjectRe: 2.6.7-bk way too fast
Jeff Garzik <jgarzik@pobox.com> wrote:
>
> Jeff Garzik wrote:
> > 
> > Something is definitely screwy with the latest -bk.  I updated from a 
> > kernel ~1 week ago, and all timer-related stuff is moving at a vastly 
> > increased rate.  My guess is twice as fast.  Most annoying is the system 
> > clock advances at twice normal rate, and keyboard repeat is so sensitive 
> > I am spending quite a bit of time typing this message, what with having 
> > to delettte (<== example) extra characters.  Double-clicking is also 
> > broken :(
> 
> Looks like disabling CONFIG_ACPI fixes things.  Narrowing down cset now...
> 

Try this.


--- 25/arch/i386/kernel/mpparse.c~i386-double-clock-speed-fix	2004-06-20 18:04:47.409952912 -0700
+++ 25-akpm/arch/i386/kernel/mpparse.c	2004-06-20 18:05:13.034057456 -0700
@@ -1017,7 +1017,8 @@ void __init mp_config_acpi_legacy_irqs (
 
 		for (idx = 0; idx < mp_irq_entries; idx++)
 			if (mp_irqs[idx].mpc_srcbus == MP_ISA_BUS &&
-				(mp_irqs[idx].mpc_dstapic == ioapic) &&
+				(mp_irqs[idx].mpc_dstapic ==
+					mp_ioapics[ioapic].mpc_apicid) &&
 				(mp_irqs[idx].mpc_srcbusirq == i ||
 				mp_irqs[idx].mpc_dstirq == i))
 					break;
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:03    [from the cache]
©2003-2008