From: Atsushi Nemoto Date: Tue, 29 Aug 2006 03:10:22 +0000 (+0900) Subject: [MIPS] Make prepare_frametrace() not clobber v0 X-Git-Tag: v2.6.19-rc1~1046 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=898d229107f7aa8ea45685c11e2930783755f9ba;p=pandora-kernel.git [MIPS] Make prepare_frametrace() not clobber v0 Since lmo commit 323a380bf9e1a1679a774a2b053e3c1f2aa3f179 ("Simplify dump_stack()") made prepare_frametrace() always inlined, using $2 (v0) in __asm__ is not safe anymore. We can use $1 (at) instead. Also we should use "dla" instead of "la" for 64-bit kernel. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed