From: "Matt H." <lkml@lpbproductions.com>
To: Andrew Morton <akpm@osdl.org>
Cc: lkml@lpbproduction.scom, cs@tequila.co.jp, torvalds@osdl.org,
norberto+linux-kernel@bensa.ath.cx, linux-kernel@vger.kernel.org,
jgarzik@pobox.com
Subject: Re: 2.6.7-bk way too fast
Date: Mon, 21 Jun 2004 01:15:45 -0700 [thread overview]
Message-ID: <200406210115.46159.lkml@lpbproductions.com> (raw)
In-Reply-To: <20040621001612.176bf8e1.akpm@osdl.org>
I tried from a fresh 2.6.7-mm1 tree with your patch ( I had to fix up the
2nd half of your patch by hand since it wouldve rejected ). The results
were the same though.
Matt H.
On Monday 21 June 2004 12:16 am, Andrew Morton wrote:
> "Matt H." <lkml@lpbproductions.com> wrote:
> > I can confirm simular behavior here. I loaded 2.6.7-mm1 tonite and
> > tried Andrew's patch ( which didn't work ) and then Linus's ( which
> > also didn't work ).
>
> hm. This worked for me. Could you double-check?
>
>
> diff -puN arch/i386/kernel/mpparse.c~double-clock-speed-fix
> arch/i386/kernel/mpparse.c ---
> 25/arch/i386/kernel/mpparse.c~double-clock-speed-fix 2004-06-20
> 23:28:16.655299120 -0700 +++ 25-akpm/arch/i386/kernel/mpparse.c 2004-06-20
> 23:28:20.468719392 -0700 @@ -1017,7 +1017,6 @@ 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_srcbusirq == i ||
> mp_irqs[idx].mpc_dstirq == i))
> break;
> diff -puN arch/x86_64/kernel/mpparse.c~double-clock-speed-fix
> arch/x86_64/kernel/mpparse.c ---
> 25/arch/x86_64/kernel/mpparse.c~double-clock-speed-fix 2004-06-20
> 23:28:16.672296536 -0700 +++
> 25-akpm/arch/x86_64/kernel/mpparse.c 2004-06-20 23:28:20.469719240 -0700 @@
> -861,7 +861,6 @@ 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_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/
next prev parent reply other threads:[~2004-06-21 8:07 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-21 2:54 Jeff Garzik
2004-06-21 3:29 ` Ricky Beam
2004-06-21 7:20 ` Felipe Alfaro Solana
2004-06-21 8:23 ` Vojtech Pavlik
2004-07-02 7:53 ` David Woodhouse
2004-07-02 12:56 ` Vojtech Pavlik
2004-06-21 3:36 ` Jeff Garzik
2004-06-21 3:49 ` Matt H.
2004-06-21 11:53 ` Marcel Holtmann
2004-06-21 3:52 ` Zwane Mwaikambo
2004-06-21 3:55 ` Zwane Mwaikambo
2004-06-21 4:02 ` Andrew Morton
2004-06-21 5:00 ` Norberto Bensa
2004-06-21 5:39 ` Norberto Bensa
2004-06-21 6:16 ` Linus Torvalds
2004-06-21 7:05 ` Clemens Schwaighofer
2004-06-21 7:18 ` Matt H.
2004-06-21 7:16 ` Andrew Morton
2004-06-21 8:15 ` Matt H. [this message]
2004-06-21 8:20 ` Clemens Schwaighofer
2004-06-21 9:25 ` Clemens Schwaighofer
2004-06-21 10:24 ` Felipe Alfaro Solana
2004-06-21 7:37 ` Linus Torvalds
2004-06-21 9:52 ` Jeff Sipek
2004-06-21 16:41 ` Jeff Sipek
2004-06-21 7:19 ` Jeff Sipek
2004-06-21 5:11 ` Jeff Garzik
2004-06-21 5:08 ` Aubin LaBrosse
2004-06-21 8:22 ` Vojtech Pavlik
2004-06-21 10:26 ` Felipe Alfaro Solana
2004-06-21 11:02 ` Vojtech Pavlik
2004-06-21 8:48 ` Andrew Morton
2004-06-21 9:17 ` Matt H.
2004-06-21 9:56 ` Jeff Sipek
2004-06-21 10:47 ` Felipe Alfaro Solana
2004-06-21 16:55 ` Norberto Bensa
2004-06-21 13:20 Sau Dan Lee
2004-06-21 15:17 ` Vojtech Pavlik
2004-06-21 15:25 ` Sau Dan Lee
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=200406210115.46159.lkml@lpbproductions.com \
--to=lkml@lpbproductions.com \
--cc=akpm@osdl.org \
--cc=cs@tequila.co.jp \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lkml@lpbproduction.scom \
--cc=norberto+linux-kernel@bensa.ath.cx \
--cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®