Changeset 02a99d2 in mainline for arch/ia32/src/smp
- Timestamp:
- 2005-05-11T19:51:55Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69515260
- Parents:
- 45671f48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/mps.c
r45671f48 r02a99d2 470 470 */ 471 471 if (!(gdt_new = (struct descriptor *) malloc(GDT_ITEMS*sizeof(struct descriptor)))) 472 panic( PANIC"couldn't allocate memory for GDT\n");472 panic("couldn't allocate memory for GDT\n"); 473 473 474 474 memcopy(gdt, gdt_new, GDT_ITEMS*sizeof(struct descriptor));
Note:
See TracChangeset
for help on using the changeset viewer.