commit | 05d694ea0daa2e442191a2128aaec78635823f08 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Thu Jan 24 15:02:58 2013 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jan 29 11:35:07 2013 +1100 |
tree | 4df2a2ce2ebb3ac79decb66b15e50305bbc0318a | |
parent | f53d168c025f27d64417a56bf129dbb39d2e1189 [diff] |
powerpc: Add length setting to set_dawr Currently we set the length field in the DAWR to 0 which defaults it to one double word (64bits) which is the same as the DABR. Change this so that we can set it to longer values as supported by the DAWR. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>