[POWERPC] PS3: Remove duplicate variable assignement
authorGeoff Levand <geoffrey.levand@am.sony.com>
Mon, 30 Apr 2007 21:00:56 +0000 (07:00 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 2 May 2007 10:04:31 +0000 (20:04 +1000)
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>
arch/powerpc/platforms/ps3/mm.c

index 2014d2b..f8a3e20 100644 (file)
@@ -826,5 +826,4 @@ void __init ps3_mm_init(void)
 void ps3_mm_shutdown(void)
 {
        ps3_mm_region_destroy(&map.r1);
-       map.total = map.rm.size;
 }