Changeset 57da95c in mainline for kernel/arch/sparc64/src/proc/scheduler.c
- Timestamp:
- 2006-09-18T11:47:28Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 29b2bbf
- Parents:
- f1d1f5d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/proc/scheduler.c
rf1d1f5d3 r57da95c 121 121 if ((THREAD->flags & THREAD_FLAG_USPACE)) { 122 122 /* 123 * If this thread executes also in userspace, we have to force all 124 * its still-active userspace windows into the userspace window buffer 125 * and demap the buffer from DTLB. 123 * If this thread executes also in userspace, we have to 124 * demap the userspace window buffer from DTLB. 126 125 */ 127 126 ASSERT(THREAD->arch.uspace_window_buffer);
Note:
See TracChangeset
for help on using the changeset viewer.