Changeset 2bb8648 in mainline for generic/src/mm/tlb.c


Ignore:
Timestamp:
2006-05-07T15:21:11Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
31282f9
Parents:
ecf3722
Message:

Add SYS_CAP_GRANT and SYS_CAP_REVOKE syscalls.
Move SYS_PREEMPT_CONTROL to ddi.c.
Add some comments and fix some small issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/mm/tlb.c

    recf3722 r2bb8648  
    3030 * @file        tlb.c
    3131 * @brief       Generic TLB shootdown algorithm.
     32 *
     33 * The algorithm implemented here is based on the CMU TLB shootdown
     34 * algorithm and is further simplified (e.g. all CPUs receive all TLB
     35 * shootdown messages).
    3236 */
    3337
Note: See TracChangeset for help on using the changeset viewer.