diff options
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r-- | include/asm-x86_64/unwind.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-x86_64/unwind.h b/include/asm-x86_64/unwind.h index 4f61de246179..f3e7124effe3 100644 --- a/include/asm-x86_64/unwind.h +++ b/include/asm-x86_64/unwind.h | |||
@@ -75,10 +75,10 @@ static inline void arch_unw_init_blocked(struct unwind_frame_info *info) | |||
75 | info->regs.ss = __KERNEL_DS; | 75 | info->regs.ss = __KERNEL_DS; |
76 | } | 76 | } |
77 | 77 | ||
78 | extern void arch_unwind_init_running(struct unwind_frame_info *, | 78 | extern int arch_unwind_init_running(struct unwind_frame_info *, |
79 | void (*callback)(struct unwind_frame_info *, | 79 | int (*callback)(struct unwind_frame_info *, |
80 | void *arg), | 80 | void *arg), |
81 | void *arg); | 81 | void *arg); |
82 | 82 | ||
83 | static inline int arch_unw_user_mode(const struct unwind_frame_info *info) | 83 | static inline int arch_unw_user_mode(const struct unwind_frame_info *info) |
84 | { | 84 | { |