Changeset c477c80 in mainline for kernel/generic/src
- Timestamp:
- 2019-01-03T22:23:00Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06412ba
- Parents:
- 7acd787
- Location:
- kernel/generic/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/mm/as.c
r7acd787 rc477c80 194 194 } 195 195 196 /** Destroy ad ress space.196 /** Destroy address space. 197 197 * 198 198 * When there are no tasks referencing this address space (i.e. its refcount is … … 1347 1347 } 1348 1348 1349 /** Change ad ress space area flags.1349 /** Change address space area flags. 1350 1350 * 1351 1351 * The idea is to have the same data, but with a different access mode. … … 2150 2150 } 2151 2151 2152 /** Get list of ad ress space areas.2152 /** Get list of address space areas. 2153 2153 * 2154 2154 * @param as Address space. -
kernel/generic/src/proc/thread.c
r7acd787 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.