diff options
Diffstat (limited to 'include/asm-i386/unwind.h')
-rw-r--r-- | include/asm-i386/unwind.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-i386/unwind.h b/include/asm-i386/unwind.h index 1c076897ac21..d480f2e38215 100644 --- a/include/asm-i386/unwind.h +++ b/include/asm-i386/unwind.h | |||
@@ -66,10 +66,10 @@ static inline void arch_unw_init_blocked(struct unwind_frame_info *info) | |||
66 | info->regs.xes = __USER_DS; | 66 | info->regs.xes = __USER_DS; |
67 | } | 67 | } |
68 | 68 | ||
69 | extern asmlinkage void arch_unwind_init_running(struct unwind_frame_info *, | 69 | extern asmlinkage int arch_unwind_init_running(struct unwind_frame_info *, |
70 | asmlinkage void (*callback)(struct unwind_frame_info *, | 70 | asmlinkage int (*callback)(struct unwind_frame_info *, |
71 | void *arg), | 71 | void *arg), |
72 | void *arg); | 72 | void *arg); |
73 | 73 | ||
74 | static inline int arch_unw_user_mode(const struct unwind_frame_info *info) | 74 | static inline int arch_unw_user_mode(const struct unwind_frame_info *info) |
75 | { | 75 | { |