From: Russell King Date: Sat, 18 Dec 2010 13:57:00 +0000 (+0000) Subject: ARM: smp: avoid incrementing mm_users on CPU startup X-Git-Tag: v2.6.37~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ae1b5f053cf36bd0f913e83f3b136fec8152d4d;p=pandora-kernel.git ARM: smp: avoid incrementing mm_users on CPU startup We should not be incrementing mm_users when we startup a secondary CPU - doing so results in mm_users incrementing by one each time we hotplug a CPU, which will eventually wrap, and will cause problems. Other architectures such as x86 do not increment mm_users, but only mm_count, so we follow that pattern. Signed-off-by: Russell King --- Reading git-diff-tree failed