Revision f90554ad hw/omap_dma.c

b/hw/omap_dma.c
588 588
#ifdef MULTI_REQ
589 589
    /* TODO: should all of this only be done if dma->update, and otherwise
590 590
     * inside omap_dma_transfer_generic below - check what's faster.  */
591
    if (dma->update) {
591
    if (dma->update)
592 592
#endif
593 593

  
594 594
    /* If the channel is element synchronized, deactivate it */
......
668 668

  
669 669
        /* TODO: if the destination port is IMIF or EMIFF, set the dirty
670 670
         * bits on it.  */
671
#ifndef MULTI_REQ
671 672
    }
673
#endif
672 674

  
673 675
    omap_dma_interrupts_update(s);
674 676
}

Also available in: Unified diff