Commit 12828856 authored by Geoff Levand's avatar Geoff Levand Committed by Paul Mackerras

[POWERPC] PS3: Remove duplicate variable assignement

A minor change to remove a duplicate variable assignement in ps3_mm_shutdown();
Signed-off-by: default avatarGeoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent f0a1d024
...@@ -826,5 +826,4 @@ void __init ps3_mm_init(void) ...@@ -826,5 +826,4 @@ void __init ps3_mm_init(void)
void ps3_mm_shutdown(void) void ps3_mm_shutdown(void)
{ {
ps3_mm_region_destroy(&map.r1); ps3_mm_region_destroy(&map.r1);
map.total = map.rm.size;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment