]> git.proxmox.com Git - qemu.git/blobdiff - hw/omap_dma.c
Fix a bad comparison, spotted by Paul Brook.
[qemu.git] / hw / omap_dma.c
index df4fb01c999d9d11a57d5fec3928b0536761098a..ba980df5e17d71ecaced7f8bb290495427c97a01 100644 (file)
@@ -668,6 +668,9 @@ static void omap_dma_transfer_setup(struct soc_dma_ch_s *dma)
         /* If the channel is async, update cpc */
         if (!ch->sync && frames)
             ch->cpc = a->dest & 0xffff;
+
+        /* TODO: if the destination port is IMIF or EMIFF, set the dirty
+         * bits on it.  */
     }
 
     omap_dma_interrupts_update(s);