Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 821 → Rev 822

/kernel/trunk/arch/ia32/src/pm.c
190,7 → 190,7
tss_p = &tss;
}
else {
tss_p = (struct tss *) malloc(sizeof(struct tss));
tss_p = (struct tss *) malloc(sizeof(struct tss),FRAME_ATOMIC);
if (!tss_p)
panic("could not allocate TSS\n");
}