VirtualBox

Changeset 26592 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 17, 2010 1:12:58 AM (15 years ago)
Author:
vboxsync
Message:

CPU hotplug: Fix Linux guests after ACPi table rework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r26183 r26592  
    153153    SYSTEM_INFO_INDEX_HIGH_MEMORY_LENGTH= 9,
    154154    SYSTEM_INFO_INDEX_RTC_STATUS        = 10,
    155     SYSTEM_INFO_INDEX_CPU_LOCKED        = 11,
    156     SYSTEM_INFO_INDEX_CPU_LOCK_CHECK    = 12,
     155    SYSTEM_INFO_INDEX_CPU_LOCKED        = 11, /**< Contains a flag indicating whether the CPU is locked or not */
     156    SYSTEM_INFO_INDEX_CPU_LOCK_CHECK    = 12, /**< For which CPU the lock status should be checked */
    157157    SYSTEM_INFO_INDEX_END               = 15,
    158158    SYSTEM_INFO_INDEX_INVALID           = 0x80,
     
    15311531
    15321532            case SYSTEM_INFO_INDEX_CPU_LOCK_CHECK:
    1533                 if (u32 < s->cCpus)
    1534                     s->idCpuLockCheck = u32;
    1535                 else
    1536                     LogRel(("ACPI: CPU %u does not exist\n", u32));
     1533                s->idCpuLockCheck = u32;
    15371534                break;
    15381535
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