• C
    arch/tile: refactor backtracing code · 93013a0f
    Chris Metcalf 提交于
    This change is the result of some work to make the backtrace code more
    shareable between kernel, libc, and gdb.
    
    For the kernel, some good effects are to eliminate the hacky
    "VirtualAddress" typedef in favor of "unsigned long", to eliminate a
    bunch of spurious kernel doc comments, to remove the dead "bt_read_memory"
    function, and to use "__tilegx__" in #ifdefs instead of "TILE_CHIP".
    Signed-off-by: NChris Metcalf <cmetcalf@tilera.com>
    93013a0f
backtrace.h 4.0 KB