Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1186 → Rev 1187

/kernel/trunk/arch/mips32/src/mips32.c
136,6 → 136,12
;
}
 
/** Perform mips32 specific tasks needed before the new task is run. */
void before_task_runs_arch(void)
{
}
 
/** Perform mips32 specific tasks needed before the new thread is scheduled. */
void before_thread_runs_arch(void)
{
supervisor_sp = (__address) &THREAD->kstack[THREAD_STACK_SIZE-SP_DELTA];