• A
    PPC: dbdma: Move processing to io · 03ee3b1e
    Alexander Graf 提交于
    Soon we will introduce intermediate processing pauses which will
    allow the bottom half to restart a DMA request that couldn't be
    fulfilled yet.
    
    For that to work, move the processing variable into the io struct
    which is what DMA providers work with.
    
    While touching it, also change it into a bool
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    03ee3b1e
mac_dbdma.c 18.4 KB