Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3103 → Rev 3104

/trunk/kernel/arch/ia32xen/src/pm.c
98,7 → 98,7
 
void tss_initialize(tss_t *t)
{
memsetb((uintptr_t) t, sizeof(struct tss), 0);
memsetb(t, sizeof(struct tss), 0);
}
 
static void trap(void)