Changeset 64785 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Dec 6, 2016 10:04:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c
r64153 r64785 408 408 #endif 409 409 410 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 2 9)410 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28) 411 411 smp_call_function_many(&DstCpuMask, rtmpLinuxWrapperPostInc, &Args, !fCallSelf /* wait */); 412 412 rc = 0; 413 #elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28)414 rc = smp_call_function_many(&DstCpuMask, rtmpLinuxWrapperPostInc, &Args, !fCallSelf /* wait */);415 413 #elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) 416 414 rc = smp_call_function_mask(DstCpuMask, rtmpLinuxWrapperPostInc, &Args, !fCallSelf /* wait */);
Note:
See TracChangeset
for help on using the changeset viewer.