commit | f1ba46ee787d0a880f884f401031315b0a777f25 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Fri Nov 07 14:12:33 2014 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Fri Nov 07 15:04:49 2014 +0000 |
tree | 10919416848d1b6313dc4a2d9f050f90bd8ce989 | |
parent | 80708677fab44a1489a089e162455dfb4dd722cd [diff] |
arm64: ftrace: eliminate literal pool entries Replace ldr xN, =<symbol> with adrp/add or adrp/ldr [as appropriate] in the implementation of _mcount(), which may be called very often. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com>