commit | 03ee3b1e58266c7e5b155d58f443d94b23d2bd05 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Sun Jun 30 02:47:20 2013 +0200 |
committer | Alexander Graf <agraf@suse.de> | Thu Jul 11 18:51:25 2013 +0200 |
tree | 6814ae30466a417707b0b0b1bff2d5f243a0901c | |
parent | 4aa3510f6f36c5ea35219acf641788222d977437 [diff] |
PPC: dbdma: Move processing to io 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: Alexander Graf <agraf@suse.de>