Changeset 49eb681 in mainline for kernel/generic/src/mm/tlb.c
- Timestamp:
- 2010-06-28T23:58:20Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9a21f9d
- Parents:
- e3038b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/mm/tlb.c
re3038b4 r49eb681 94 94 95 95 cpu_t *cpu = &cpus[i]; 96 96 97 irq_spinlock_lock(&cpu->lock, false); 97 98 if (cpu->tlb_messages_count == TLB_MESSAGE_QUEUE_LEN) { … … 121 122 122 123 busy_wait: 123 for (i = 0; i < config.cpu_count; i++) 124 for (i = 0; i < config.cpu_count; i++) { 124 125 if (cpus[i].tlb_active) 125 126 goto busy_wait; 127 } 126 128 127 129 return ipl;
Note:
See TracChangeset
for help on using the changeset viewer.