commit | 936d5bf1d7dc69c56bf79ad68819e597307a1884 | [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 | 44ddc4a6785cb1f5a9c7387ff8d97c6881517de0 | |
parent | c1a72173ab156306666cb531f891f32e4e21d592 [diff] |
[POWERPC] spufs: Get rid of spufs_coredump_num_notes, it's not needed if we NULL terminate The spufs_coredump_read array is NULL terminated, and we also store the size. We only need one or the other, and the other arrays in file.c are NULL terminated, so do that. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Paul Mackerras <paulus@samba.org>