VirtualBox

Ticket #8755: e1000_smp_panic_fix.patch

File e1000_smp_panic_fix.patch, 565 bytes (added by Aleksey Ilyushin, 13 years ago)

Patch for panic in SMP Linux kernels

  • src/VBox/Devices/Network/DevE1000.cpp

     
    35323532     * processed.
    35333533     */
    35343534    /* Let's pretend we process descriptors. Write back with DD set. */
    3535     if (pDesc->legacy.cmd.fRS || (GET_BITS(TXDCTL, WTHRESH) > 0))
     3535    if (pDesc->legacy.cmd.fRS)
    35363536    {
    35373537        pDesc->legacy.dw3.fDD = 1; /* Descriptor Done */
    35383538        e1kWriteBackDesc(pState, pDesc, addr);

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy