Magellan Linux

Diff of /trunk/virtualbox/virtualbox-config.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1378 by niro, Wed Jun 9 22:29:52 2010 UTC revision 1379 by niro, Wed Jun 29 23:15:17 2011 UTC
# Line 132  then Line 132  then
132   mecho "Disabled hardware performance counter NMIs ..."   mecho "Disabled hardware performance counter NMIs ..."
133   echo 2 > /proc/sys/kernel/perf_counter_paranoid   echo 2 > /proc/sys/kernel/perf_counter_paranoid
134   fi   fi
135     if [ $(echo ${KERNEL_VERSION%%-*} | sed 's:\.::g') -ge 2639 ]
136     then
137     # fixes NMI warnings with kernels >=2.6.31:
138     # vboxdrv: Warning: 2.6.31+ kernel detected. Most likely the hardware performance
139     # vboxdrv: counter framework which can generate NMIs is active.
140     mecho "Disabled hardware performance counter NMIs ..."
141     echo 2 > /proc/sys/kernel/perf_event_paranoid
142     fi
143  else  else
144   echo -e ${COLRED}   echo -e ${COLRED}
145   echo "Your current running kernel does not match the the module target."   echo "Your current running kernel does not match the the module target."

Legend:
Removed from v.1378  
changed lines
  Added in v.1379