Changeset bb68433 in mainline for arch/amd64/src/pm.c
- Timestamp:
- 2006-02-08T22:58:06Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7e4e532
- Parents:
- 85dc2e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/pm.c
r85dc2e7 rbb68433 199 199 } 200 200 else { 201 tss_p = (struct tss *) malloc(sizeof(struct tss) );201 tss_p = (struct tss *) malloc(sizeof(struct tss),FRAME_ATOMIC); 202 202 if (!tss_p) 203 203 panic("could not allocate TSS\n");
Note:
See TracChangeset
for help on using the changeset viewer.