VirtualBox

Changeset 9529 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Jun 9, 2008 11:10:02 AM (17 years ago)
Author:
vboxsync
Message:

Fixed another wrong spinlock release in the MP handler. Taking CPUs offline and online while the GIP timer is running now works reliably.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c

    r9527 r9529  
    675675    }
    676676
    677     RTSpinlockAcquire(hSpinlock, &Tmp);
     677    RTSpinlockRelease(hSpinlock, &Tmp);
    678678}
    679679
     
    934934        return Ts.tv_nsec;
    935935    }
     936#endif
    936937    return 1000000000 / HZ; /* ns */
    937 #else
    938     return 1000000000 / HZ; /* ns */
    939 #endif
    940938}
    941939
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