Changes in kernel/generic/src/proc/thread.c [0b5203b:c477c80] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/thread.c
r0b5203b rc477c80 180 180 * covered by the kernel identity mapping, which guarantees not to 181 181 * nest TLB-misses infinitely (either via some hardware mechanism or 182 * by the construc iton of the assembly-language part of the TLB-miss182 * by the construction of the assembly-language part of the TLB-miss 183 183 * handler). 184 184 * 185 185 * This restriction can be lifted once each architecture provides 186 * a similar guarantee, for example by locking the kernel stack186 * a similar guarantee, for example, by locking the kernel stack 187 187 * in the TLB whenever it is allocated from the high-memory and the 188 188 * thread is being scheduled to run.
Note:
See TracChangeset
for help on using the changeset viewer.