• Brian Gerst's avatar
    [PATCH] x86 page table initialization fix · d5a9a399
    Brian Gerst authored
    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.
    d5a9a399
init.c 13.9 KB