From 5e6f27d045e8cdbd33cae0b4ea3931ab8ed47a2e Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Tue, 26 Sep 2006 10:52:42 +0200 Subject: [PATCH] --- yaml --- r: 35978 b: refs/heads/master c: b89ebd0b0a65d5371aa9ad98e873c4616056ca68 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86_64/unwind.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9268a1ff9d02..391ea74fbf3f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0637a70a5db98182d9ad3d6ae1ee30acf20afde9 +refs/heads/master: b89ebd0b0a65d5371aa9ad98e873c4616056ca68 diff --git a/trunk/include/asm-x86_64/unwind.h b/trunk/include/asm-x86_64/unwind.h index b8fa5cb7ff88..2e7ff10fd775 100644 --- a/trunk/include/asm-x86_64/unwind.h +++ b/trunk/include/asm-x86_64/unwind.h @@ -99,8 +99,8 @@ 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) +#define UNW_PC(frame) ((void)(frame), 0UL) +#define UNW_SP(frame) ((void)(frame), 0UL) static inline int arch_unw_user_mode(const void *info) {