Changeset 434f700 in mainline for src/mm/vm.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
  • src/mm/vm.c

    rdba84ff r434f700  
    180180        spinlock_unlock(&m->lock);
    181181
    182         tlb_invalidate(0);
    183182        tlb_shootdown_finalize();
    184183
Note: See TracChangeset for help on using the changeset viewer.