diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2007-04-30 17:00:56 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-02 06:04:31 -0400 |
commit | 12828856630e616742e092c8ccbda6ebc56a9375 (patch) | |
tree | dd763cf9b8a935765f86d4a00fbbce66478c14de | |
parent | f0a1d024cc2699f4897d611da1d91777cccc530b (diff) |
[POWERPC] PS3: Remove duplicate variable assignement
A minor change to remove a duplicate variable assignement in ps3_mm_shutdown();
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/platforms/ps3/mm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/ps3/mm.c b/arch/powerpc/platforms/ps3/mm.c index 2014d2b44449..f8a3e206c584 100644 --- a/arch/powerpc/platforms/ps3/mm.c +++ b/arch/powerpc/platforms/ps3/mm.c | |||
@@ -826,5 +826,4 @@ void __init ps3_mm_init(void) | |||
826 | void ps3_mm_shutdown(void) | 826 | void ps3_mm_shutdown(void) |
827 | { | 827 | { |
828 | ps3_mm_region_destroy(&map.r1); | 828 | ps3_mm_region_destroy(&map.r1); |
829 | map.total = map.rm.size; | ||
830 | } | 829 | } |