commit | 59000b53c7ea07531018b6cf1f5fcd21e881867a | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Wed Sep 19 14:38:12 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Sep 19 15:12:18 2007 +1000 |
tree | aee6299853b27a9587cc617e878b3018f08252f1 | |
parent | d464fb441071a3d65bde2264c5f97f9ca47ce5c3 [diff] |
[POWERPC] spufs: Correctly calculate the size of the local-store to dump The routine to dump the local store, __spufs_mem_read(), does not take the spu_lslr_RW value into account - so we shouldn't check it when we're calculating the size either. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>