Skip to content
Snippets Groups Projects
Commit 3cebbafd authored by Chris Metcalf's avatar Chris Metcalf
Browse files

arch/tile: fix two bugs in the backtracer code


The first is that we were using an incorrect hand-rolled variant
of __kernel_text_address() which didn't handle module PCs.  We now
just use the standard API.

The second was that we weren't accounting for the three-level
page table when we were trying to pre-verify the addresses on
the 64-bit TILE-Gx processor; we now do that correctly.

Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 6c4d1126
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment