From: Russell King Date: Mon, 22 Nov 2010 12:06:28 +0000 (+0000) Subject: ARM: SMP: use more sane register allocation for __fixup_smp_on_up X-Git-Tag: v2.6.37.1~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eb02dfd31bf0d6ada5c78a4136b215144871011;p=pandora-kernel.git ARM: SMP: use more sane register allocation for __fixup_smp_on_up commit 0eb0511d176534674600a1986c3c766756288908 upstream. Use r0,r3-r6 rather than r0,r3,r4,r6,r7, which makes it easier to understand which registers can be modified. Also document which registers hold values which must be preserved. Signed-off-by: Russell King Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed