From: Dan Aloni <da-x@gmx.net>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux v2.5.57
Date: Wed, 15 Jan 2003 21:25:20 +0200 [thread overview]
Message-ID: <20030115192520.GA13444@callisto.yi.org> (raw)
In-Reply-To: <Pine.LNX.4.44.0301131039050.13791-100000@penguin.transmeta.com>
On Mon, Jan 13, 2003 at 10:44:25AM -0800, Linus Torvalds wrote:
> And special mention for Brian Gerst, who figured out and fixed a x86 page
> table initialization fix that would leave old machines unable to boot
> 2.5.x. That might explain a number of the "I can't run 2.5.x" that weren't
> seen by developers (most developers tend to have hardware studly enough
> that they'd never see the problem).
We can get most hardware to boot a little faster if we add this part of
the patch which seems to have been dropped out, comparing to Brian's
patch from 6 months ago.
--- linux-2.5.57/arch/i386/mm/init.c 2003-01-13 20:17:41.000000000 +0200
+++ linux-2.5.57/arch/i386/mm/init.c 2003-01-14 00:01:19.000000000 +0200
@@ -112,9 +112,7 @@
pmd = pmd_offset(pgd, vaddr);
for (; (pmd_ofs < PTRS_PER_PMD) && (vaddr != end); pmd++, pmd_ofs++) {
- if (pmd_none(*pmd))
- one_page_table_init(pmd);
-
+ one_page_table_init(pmd);
vaddr += PMD_SIZE;
}
pmd_ofs = 0;
--
Dan Aloni
da-x@gmx.net
prev parent reply other threads:[~2003-01-15 19:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-13 18:44 Linux v2.5.57 Linus Torvalds
2003-01-13 17:45 ` Adam Belay
2003-01-13 18:59 ` Joseph Fannin
2003-01-13 20:20 ` Larry McVoy
2003-01-13 19:19 ` Joseph Fannin
2003-01-13 19:40 ` Linus Torvalds
2003-01-13 22:38 ` Ruslan U. Zakirov
2003-01-15 19:25 ` Dan Aloni [this message]
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=20030115192520.GA13444@callisto.yi.org \
--to=da-x@gmx.net \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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.