From: Chris Metcalf Date: Mon, 28 Feb 2011 20:30:16 +0000 (-0500) Subject: arch/tile: fix two bugs in the backtracer code X-Git-Tag: v2.6.39-rc1~431^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cebbafd28e6f91677f3becffcdf9150b74a4e0c;p=pandora-kernel.git 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: Chris Metcalf --- Reading git-diff-tree failed