Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3104 → Rev 3790

/trunk/kernel/arch/ia32xen/src/pm.c
168,7 → 168,7
} else {
tss_p = (tss_t *) malloc(sizeof(tss_t), FRAME_ATOMIC);
if (!tss_p)
panic("could not allocate TSS\n");
panic("Cannot allocate TSS.");
}
 
// tss_initialize(tss_p);