| commit | 898d229107f7aa8ea45685c11e2930783755f9ba | [log] [tgz] |
|---|---|---|
| author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Tue Aug 29 12:10:22 2006 +0900 |
| committer | Ralf Baechle <ralf@linux-mips.org> | Wed Sep 27 13:37:37 2006 +0100 |
| tree | bcff787ee7f792571c7b1b8e480a80b8da04c45b | |
| parent | f6502791d780b22fc147150137704a07a05ba361 [diff] |
[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 <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>