VirtualBox

Changeset 21955 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Aug 4, 2009 1:35:06 PM (15 years ago)
Author:
vboxsync
Message:

Linux host driver: workaround for the 2.6.31 performance counter framework initializing the LVTPC APIC vector as NMI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh.in

    r21244 r21955  
    153153        if ! rm -f $DEVICE; then
    154154            failure "Cannot remove $DEVICE"
     155        fi
     156        # HACK: disable the hardware performance counter framework
     157        if [ -e /proc/sys/kernel/perf_counter_paranoid ]; then
     158          echo 2 > /proc/sys/kernel/perf_counter_paranoid
    155159        fi
    156160        if ! modprobe vboxdrv > /dev/null 2>&1; then
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