Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIPS] Make prepare_frametrace() not clobber v0
Since lmo commit 323a380 ("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 <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
- Loading branch information