[patch 3/6] PS3: Remove duplicate variable assignement
From: Geoff Levand <hidden>
Date: 2007-04-30 21:01:04
From: Geoff Levand <hidden>
Date: 2007-04-30 21:01:04
A minor change to remove a duplicate variable assignement in ps3_mm_shutdown(); Signed-off-by: Geoff Levand <redacted> --- 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; }
--