VirtualBox

Ignore:
Timestamp:
Jul 24, 2008 5:49:33 PM (16 years ago)
Author:
vboxsync
Message:

Fixed missing 'el' and reinserted the blank lines.

File:
1 edited

Legend:

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

    r10864 r10866  
    196196#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27)
    197197    rc = on_each_cpu(rtmpLinuxWrapper, &Args, 1 /* wait */);
    198 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0)
     198#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0)
    199199    rc = on_each_cpu(rtmpLinuxWrapper, &Args, 0 /* retry */, 1 /* wait */);
     200
    200201#else /* older kernels */
     202
    201203# ifdef preempt_disable
    202204    preempt_disable();
     
    226228    Args.cHits = 0;
    227229
    228 # ifdef preempt_disable
     230#ifdef preempt_disable
    229231    preempt_disable();
    230 # endif
     232#endif
    231233#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27)
    232234    rc = smp_call_function(rtmpLinuxWrapper, &Args, 1 /* wait */);
     
    234236    rc = smp_call_function(rtmpLinuxWrapper, &Args, 0 /* retry */, 1 /* wait */);
    235237#endif /* older kernels */
    236 # ifdef preempt_enable
     238#ifdef preempt_enable
    237239    preempt_enable();
    238 # endif
     240#endif
    239241
    240242    Assert(rc == 0); NOREF(rc);
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