Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99520
b: refs/heads/master
c: 3711ccb
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed May 24, 2008
1 parent 0f1fb41 commit 680c29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dedd4915af40cff6614707c50dcae43d17beadec
refs/heads/master: 3711ccb07b7f0a13f4f1aa16a8fdca9c930f21ca
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ static inline void set_restore_sigmask(void)
{
struct thread_info *ti = current_thread_info();
ti->status |= TS_RESTORE_SIGMASK;
set_bit(TIF_SIGPENDING, &ti->flags);
set_bit(TIF_SIGPENDING, (unsigned long *)&ti->flags);
}
#endif /* !__ASSEMBLY__ */

Expand Down

0 comments on commit 680c29f

Please sign in to comment.