commit | a95fc58549e8f462e560868a16b1fa97b12d5db6 | [log] [tgz] |
---|---|---|
author | Liu Ping Fan <kernelfans@gmail.com> | Wed Feb 26 10:23:01 2014 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Feb 28 18:06:25 2014 +1100 |
tree | ba75bfff830656fef1b4647ab2dc4663320896f1 | |
parent | f5295bd8ea8a65dc5eac608b151386314cb978f1 [diff] |
powerpc/ftrace: bugfix for test_24bit_addr The branch target should be the func addr, not the addr of func_descr_t. So using ppc_function_entry() to generate the right target addr. Signed-off-by: Liu Ping Fan <pingfank@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>