Changeset bb68433 in mainline for arch/ia32/src/smp/smp.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/ia32/src/smp/smp.c
r85dc2e7 rbb68433 139 139 * Prepare new GDT for CPU in question. 140 140 */ 141 if (!(gdt_new = (struct descriptor *) malloc(GDT_ITEMS*sizeof(struct descriptor) )))141 if (!(gdt_new = (struct descriptor *) malloc(GDT_ITEMS*sizeof(struct descriptor), FRAME_ATOMIC))) 142 142 panic("couldn't allocate memory for GDT\n"); 143 143
Note:
See TracChangeset
for help on using the changeset viewer.