VirtualBox

Changeset 56362 in vbox


Ignore:
Timestamp:
Jun 11, 2015 2:25:22 PM (10 years ago)
Author:
vboxsync
Message:

threadpreempt-r0drv-darwin.cpp: Account for two new AST values in 14.x.y kernels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp

    r56290 r56362  
    110110    uint32_t  const    fAstPending = *pfAstPending;
    111111
    112     AssertMsg(!(fAstPending & UINT32_C(0xffff8000)), ("%#x\n", fAstPending));
     112    AssertMsg(!(fAstPending & UINT32_C(0xfffe0000)), ("%#x\n", fAstPending));
    113113    return (fAstPending & (AST_PREEMPT | AST_QUANTUM | AST_URGENT)) != 0;
    114114}
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