Index: /branches/reconfiguration/platforms/tsar_generic_iob/arch.py
===================================================================
--- /branches/reconfiguration/platforms/tsar_generic_iob/arch.py	(revision 769)
+++ /branches/reconfiguration/platforms/tsar_generic_iob/arch.py	(revision 770)
@@ -222,4 +222,9 @@
             mapping.addIrq( xcu, index = 0, isrtype = 'ISR_MMC' )
 
+            # DMA IRQ replicated in all clusters
+            for i in xrange ( dma.channels ):
+                mapping.addIrq( xcu, index = 1+i, isrtype = 'ISR_DMA',
+                        channel = i )
+
             # processors
             for p in xrange ( nb_procs ):
Index: /trunk/platforms/tsar_generic_iob/arch.py
===================================================================
--- /trunk/platforms/tsar_generic_iob/arch.py	(revision 769)
+++ /trunk/platforms/tsar_generic_iob/arch.py	(revision 770)
@@ -214,4 +214,9 @@
             mapping.addIrq( xcu, index = 0, isrtype = 'ISR_MMC' )
 
+            # DMA IRQ replicated in all clusters
+            for i in xrange ( dma.channels ):
+                mapping.addIrq( xcu, index = 1+i, isrtype = 'ISR_DMA',
+                        channel = i )
+
             # processors
             for p in xrange ( nb_procs ):
