Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35978
b: refs/heads/master
c: b89ebd0
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Sep 26, 2006
1 parent ae55c15 commit 5e6f27d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0637a70a5db98182d9ad3d6ae1ee30acf20afde9
refs/heads/master: b89ebd0b0a65d5371aa9ad98e873c4616056ca68
4 changes: 2 additions & 2 deletions trunk/include/asm-x86_64/unwind.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 5e6f27d

Please sign in to comment.