Changeset 47199 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Jul 16, 2013 3:45:42 PM (12 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/linux
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r44867 r47199 125 125 #include <asm/div64.h> 126 126 127 /* For thread-context hooks. */ 128 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 23) && defined(CONFIG_PREEMPT_NOTIFIERS) 129 # include <linux/preempt.h> 130 #endif 131 127 132 /* for workqueue / task queues. */ 128 133 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 41)
Note:
See TracChangeset
for help on using the changeset viewer.