Home
last modified time | relevance | path

Searched hist:d2f0ce2189feef94516d81fa5834fa4d65435053 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dmac_dbdma.hdiff d2f0ce2189feef94516d81fa5834fa4d65435053 Sat Jun 29 19:22:41 CDT 2013 Alexander Graf <agraf@suse.de> PPC: dbdma: Move static bh variable to device struct

The DBDMA controller has a bottom half to asynchronously process DMA
request queues.

This bh was stored as a gross static variable. Move it into the device
struct instead.

While at it, move all users of it to the new generic kick function.

Signed-off-by: Alexander Graf <agraf@suse.de>
/openbmc/qemu/hw/misc/macio/
H A Dmac_dbdma.cdiff d2f0ce2189feef94516d81fa5834fa4d65435053 Sat Jun 29 19:22:41 CDT 2013 Alexander Graf <agraf@suse.de> PPC: dbdma: Move static bh variable to device struct

The DBDMA controller has a bottom half to asynchronously process DMA
request queues.

This bh was stored as a gross static variable. Move it into the device
struct instead.

While at it, move all users of it to the new generic kick function.

Signed-off-by: Alexander Graf <agraf@suse.de>