Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1889 → Rev 1890

/trunk/kernel/arch/sparc64/src/proc/scheduler.c
120,9 → 120,8
if ((THREAD->flags & THREAD_FLAG_USPACE)) {
/*
* If this thread executes also in userspace, we have to force all
* its still-active userspace windows into the userspace window buffer
* and demap the buffer from DTLB.
* If this thread executes also in userspace, we have to
* demap the userspace window buffer from DTLB.
*/
ASSERT(THREAD->arch.uspace_window_buffer);