Changeset 434f700 in mainline for arch/ia32/src/bios/bios.c


Ignore:
Timestamp:
2005-04-26T16:17:41Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
babcb148
Parents:
dba84ff
Message:

Replace the deadlock-prone TLB shootdown algorithm with a deadlock-free implementation.
The implementation is a variant of the CMU TLB consistency algorithm.
Very inefficient implementation of a very inefficient (but correct) algorithm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/bios/bios.c

    rdba84ff r434f700  
    3434void bios_init(void)
    3535{
    36         /* Copy the EBDA out from BIOS Data Area */
     36        /* Copy the EBDA address out from BIOS Data Area */
    3737        ebda = *((__u16 *) BIOS_EBDA_PTR) * 0x10;
    3838}
Note: See TracChangeset for help on using the changeset viewer.