]> git.neil.brown.name Git - history.git/commit
[PATCH] x86 page table initialization fix
authorBrian Gerst <bgerst@didntduck.org>
Sun, 12 Jan 2003 00:48:49 +0000 (16:48 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 12 Jan 2003 00:48:49 +0000 (16:48 -0800)
commitd5a9a399cb155b910469abfc2e3dd9d49699054c
treedf8fccf249bddf48a206be4d258f9b3f0be9b066
parent811b6a3bd73a84e6d290f585c8b54d891ff90806
[PATCH] x86 page table initialization fix

At bootup, one_page_table_init() pulls the rug out from under the kernel
by installing a new page table before setting it up.  With big TLB's, it
can go unnoticed, but a 486 has a small TLB so any miss will cause a
triple fault and reset.
arch/i386/mm/init.c