Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 821 → Rev 822

/kernel/trunk/arch/amd64/src/pm.c
198,7 → 198,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");
}