- Timestamp:
- Oct 30, 2015 1:02:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/CpuGdt.c
r48674 r58517 176 176 // Allocate Runtime Data for the GDT 177 177 // 178 gdt = AllocateReservedPool (sizeof (GdtTemplate) + 8); 178 gdt = AllocateReservedPool (sizeof (GdtTemplate) + 8); /* VBox: Dunno exacly why we want reserved pool, original uses AllocateRuntimePool here. Been doing it forever. */ 179 179 ASSERT (gdt != NULL); 180 180 gdt = ALIGN_POINTER (gdt, 8);
Note:
See TracChangeset
for help on using the changeset viewer.