[patch 3/6] PS3: Remove duplicate variable assignement

Geoff Levand geoffrey.levand at am.sony.com
Tue May 1 07:00:56 EST 2007


A minor change to remove a duplicate variable assignement in ps3_mm_shutdown();

Signed-off-by: Geoff Levand <geoffrey.levand at am.sony.com>

---
 arch/powerpc/platforms/ps3/mm.c |    1 -
 1 file changed, 1 deletion(-)

--- ps3-linux-dev.orig/arch/powerpc/platforms/ps3/mm.c
+++ ps3-linux-dev/arch/powerpc/platforms/ps3/mm.c
@@ -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;
 }

-- 





More information about the Linuxppc-dev mailing list