]> git.proxmox.com Git - qemu.git/commit
PPC: dbdma: Move static bh variable to device struct
authorAlexander Graf <agraf@suse.de>
Sun, 30 Jun 2013 00:22:41 +0000 (02:22 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 11 Jul 2013 16:51:24 +0000 (18:51 +0200)
commitd2f0ce2189feef94516d81fa5834fa4d65435053
tree573ab2186b7293c607bf9e9010604e59acbd1c7c
parentd1e562deb2de5c2ced639b18dee59a9ab08236b6
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>
hw/misc/macio/mac_dbdma.c
include/hw/ppc/mac_dbdma.h