Changeset f651e80 in mainline for kernel/arch/amd64/src/pm.c
- Timestamp:
- 2009-01-08T12:07:38Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7447572
- Parents:
- c571f42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/pm.c
rc571f42 rf651e80 210 210 tss_p = (struct tss *) malloc(sizeof(tss_t), FRAME_ATOMIC); 211 211 if (!tss_p) 212 panic(" could not allocate TSS\n");212 panic("Cannot allocate TSS."); 213 213 } 214 214
Note:
See TracChangeset
for help on using the changeset viewer.