Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[POWERPC] PS3: Remove duplicate variable assignement

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>

authored by

Geoff Levand and committed by
Paul Mackerras
12828856 f0a1d024

-1
-1
arch/powerpc/platforms/ps3/mm.c
··· 826 826 void ps3_mm_shutdown(void) 827 827 { 828 828 ps3_mm_region_destroy(&map.r1); 829 - map.total = map.rm.size; 830 829 }