Merge ../linus
[pandora-kernel.git] / include / asm-x86_64 / unwind.h
index f3e7124..1f6e9bf 100644 (file)
@@ -95,6 +95,7 @@ static inline int arch_unw_user_mode(const struct unwind_frame_info *info)
 #else
 
 #define UNW_PC(frame) ((void)(frame), 0)
+#define UNW_SP(frame) ((void)(frame), 0)
 
 static inline int arch_unw_user_mode(const void *info)
 {