commit | fa7b8eae7c5047210fd5979d8167c07c471aae35 | [log] [tgz] |
---|---|---|
author | Karl Beldan <karl.beldan@gmail.com> | Tue Feb 20 23:30:08 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 23 10:40:51 2018 -0500 |
tree | 63b8b48f839f0750a14c5bbea06fdcd641209933 | |
parent | a2d5efd74fb2e6893bcebfae41ea600bc7b65e6e [diff] |
arm64: show_regs: Dump the LRs HW values These were dropped in [1], after relocation, for their values offset by reloc_off. Unconditionally show the HW values and add a '(reloc)' hint for the offset values showed after relocation. Also, the LRs' dumps are now formatted the same way the other regs' are. [1] Commit 082693f4 ("arm64 :show_regs: show the address before relocation") Signed-off-by: Karl Beldan <karl.beldan+oss@gmail.com>