Changeset babcb148 in mainline for src/mm/tlb.c
- Timestamp:
- 2005-04-27T21:19:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10a2e22
- Parents:
- 434f700
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mm/tlb.c
r434f700 rbabcb148 55 55 56 56 busy_wait: 57 for (i = 0; i<config.cpu_ active; i++)57 for (i = 0; i<config.cpu_count; i++) 58 58 if (cpus[i].tlb_active) 59 59 goto busy_wait;
Note:
See TracChangeset
for help on using the changeset viewer.