commit | c54794d19e61472156e37263c074225574c80df1 | [log] [tgz] |
---|---|---|
author | David Daney <ddaney@caviumnetworks.com> | Tue Dec 28 13:21:37 2010 -0800 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue May 10 18:15:22 2011 +0100 |
tree | 9d118fb5d37ffae76dbe55d6a25c5d5999a3108f | |
parent | 693d92a1bbc9e42681c42ed190bd42b636ca876f [diff] |
MIPS: Mask jump target in ftrace_dyn_arch_init_insns(). The current code is abusing the uasm interface by passing jump target addresses with high bits set. Mask the addresses to avoid annoying messages at boot time. Signed-off-by: David Daney <ddaney@caviumnetworks.com> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Wu Zhangjin <wuzhangjin@gmail.com> Patchwork: https://patchwork.linux-mips.org/patch/1922/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>