VirtualBox

Changeset 58517 in vbox for trunk


Ignore:
Timestamp:
Oct 30, 2015 1:02:36 AM (9 years ago)
Author:
vboxsync
Message:

UefiCpuPkg/CpuDxe/CpuGdt.c: Commented change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/CpuGdt.c

    r48674 r58517  
    176176  // Allocate Runtime Data for the GDT
    177177  //
    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. */
    179179  ASSERT (gdt != NULL);
    180180  gdt = ALIGN_POINTER (gdt, 8);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette