Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1119 → Rev 1121

/kernel/trunk/arch/ia32/src/ia32.c
109,7 → 109,7
}
}
 
/** Set Thread-local-storeage pointer
/** Set thread-local-storage pointer
*
* TLS pointer is set in GS register. That means, the GS contains
* selector, and the descriptor->base is the correct address.
/kernel/trunk/arch/ia32/src/userspace.c
42,7 → 42,7
void userspace(uspace_arg_t *kernel_uarg)
{
ipl_t ipl;
 
ipl = interrupts_disable();
 
__asm__ volatile (