VirtualBox

Ignore:
Timestamp:
Dec 6, 2016 10:04:36 AM (8 years ago)
Author:
vboxsync
Message:

Runtime/r0drv/linux: fix for Linux 2.6.28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c

    r64153 r64785  
    408408#endif
    409409
    410 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
     410#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28)
    411411        smp_call_function_many(&DstCpuMask, rtmpLinuxWrapperPostInc, &Args, !fCallSelf /* wait */);
    412412        rc = 0;
    413 #elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 28)
    414         rc = smp_call_function_many(&DstCpuMask, rtmpLinuxWrapperPostInc, &Args, !fCallSelf /* wait */);
    415413#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27)
    416414        rc = smp_call_function_mask(DstCpuMask, rtmpLinuxWrapperPostInc, &Args, !fCallSelf /* wait */);
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