From: Hans-Frieder Vogt <hfvogt@arcor.de>
To: linux-kernel@vger.kernel.org
Cc: len.brown@intel.com
Subject: Re: linux-2.6.7-bk2 runs faster than linux-2.6.7 ;)
Date: Sun, 20 Jun 2004 16:36:13 +0200 [thread overview]
Message-ID: <200406201636.13058.hfvogt@arcor.de> (raw)
Hi List,
I traced the current double-speed issue for 2.6.7-bk2 on x86-64 back to an
ACPI-change in mpparse.c. The small attached patch solved the issue at least
on my MSI K8T Neo (Athlon 64 3200+) system.
--- linux-2.6.7-bk2.orig/arch/x86_64/kernel/mpparse.c 2004-06-19
17:17:15.824315000 +0200
+++ linux-2.6.7-bk2/arch/x86_64/kernel/mpparse.c 2004-06-20 16:02:34.974446912
+0200
@@ -861,7 +861,7 @@
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 == intsrc.mpc_dstapic) &&
(mp_irqs[idx].mpc_srcbusirq == i ||
mp_irqs[idx].mpc_dstirq == i))
break;
--
--
Hans-Frieder Vogt e-mail: hfvogt (at) arcor (dot) de
next reply other threads:[~2004-06-20 14:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-20 14:36 Hans-Frieder Vogt [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-06-20 2:31 linux-2.6.7-bk2 runs faster than linux-2.6.7 ;) Hemmann, Volker Armin
2004-06-20 4:16 ` Tim Connors
2004-06-19 21:07 Florin Iucha
2004-06-19 21:22 ` Manuel Arostegui Ramirez
2004-06-19 23:17 ` Dominik Karall
2004-06-19 23:05 ` Andrew Morton
2004-06-20 0:07 ` Dominik Karall
2004-06-19 23:23 ` Andrew Morton
2004-06-20 0:37 ` Dominik Karall
2004-06-20 0:30 ` Zwane Mwaikambo
2004-06-20 0:58 ` Dominik Karall
2004-06-20 23:15 ` Andries Brouwer
2004-06-20 3:05 ` Florin Iucha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200406201636.13058.hfvogt@arcor.de \
--to=hfvogt@arcor.de \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.