Changeset 434f700 in mainline for include/cpu.h


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
  • include/cpu.h

    rdba84ff r434f700  
    6161        int id;
    6262        int active;
     63        int tlb_active;
    6364
    6465        __u16 frequency_mhz;
Note: See TracChangeset for help on using the changeset viewer.