Changeset 2bb8648 in mainline for generic/src/mm/tlb.c
- Timestamp:
- 2006-05-07T15:21:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 31282f9
- Parents:
- ecf3722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/tlb.c
recf3722 r2bb8648 30 30 * @file tlb.c 31 31 * @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). 32 36 */ 33 37
Note:
See TracChangeset
for help on using the changeset viewer.