diff options
Diffstat (limited to 'arch/tile/include/asm/backtrace.h')
-rw-r--r-- | arch/tile/include/asm/backtrace.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/tile/include/asm/backtrace.h b/arch/tile/include/asm/backtrace.h index 6970bfcad549..758ca4619d50 100644 --- a/arch/tile/include/asm/backtrace.h +++ b/arch/tile/include/asm/backtrace.h | |||
@@ -21,7 +21,9 @@ | |||
21 | 21 | ||
22 | #include <arch/chip.h> | 22 | #include <arch/chip.h> |
23 | 23 | ||
24 | #if CHIP_VA_WIDTH() > 32 | 24 | #if defined(__tile__) |
25 | typedef unsigned long VirtualAddress; | ||
26 | #elif CHIP_VA_WIDTH() > 32 | ||
25 | typedef unsigned long long VirtualAddress; | 27 | typedef unsigned long long VirtualAddress; |
26 | #else | 28 | #else |
27 | typedef unsigned int VirtualAddress; | 29 | typedef unsigned int VirtualAddress; |