From: Geoff Levand Date: Mon, 30 Apr 2007 21:00:56 +0000 (+1000) Subject: [POWERPC] PS3: Remove duplicate variable assignement X-Git-Tag: v2.6.22-rc1~358^2~56 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=12828856630e616742e092c8ccbda6ebc56a9375 [POWERPC] PS3: Remove duplicate variable assignement A minor change to remove a duplicate variable assignement in ps3_mm_shutdown(); Signed-off-by: Geoff Levand Signed-off-by: Paul Mackerras --- 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) void ps3_mm_shutdown(void) { ps3_mm_region_destroy(&map.r1); - map.total = map.rm.size; }