~ubuntu-branches/ubuntu/vivid/virtualbox/vivid

« back to all changes in this revision

Viewing changes to src/VBox/Runtime/r0drv/linux/the-linux-kernel.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-03-31 23:25:01 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130331232501-l72jhvixkeyyz6xc
Tags: 4.2.10-dfsg-0ubuntu1
* Start the virtualbox-guest-x11 init script earlier.
  The vboxvideo module needs to be loaded before X starts.
* Change runlevels of virtualbox-guest-x11 init script on upgrade.
* Fix build failure with the Debian wheezy kernel which backports the drm
  subsystem from Linux 3.4. (Closes: #703358)
* Drop build-dependency on bcc as it's not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
#include <linux/slab.h>
91
91
#include <linux/time.h>
92
92
#include <linux/sched.h>
 
93
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0)
 
94
# include <linux/sched/rt.h>
 
95
#endif
93
96
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 7)
94
97
# include <linux/jiffies.h>
95
98
#endif