Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1729 → Rev 1730

/kernel/trunk/arch/ppc32/src/proc/scheduler.c
46,7 → 46,6
/** Perform ppc32 specific tasks needed before the new thread is scheduled. */
void before_thread_runs_arch(void)
{
pht_init();
tlb_invalidate_all();
asm volatile (
"mtsprg0 %0\n"
61,4 → 60,3
 
/** @}
*/