From 680c29f9319ef8785a23203fb297daccda8e1ccd Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Sat, 24 May 2008 17:24:34 +0200 Subject: [PATCH] --- yaml --- r: 99520 b: refs/heads/master c: 3711ccb07b7f0a13f4f1aa16a8fdca9c930f21ca h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/thread_info.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a2636df87346..12be8ce5b920 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dedd4915af40cff6614707c50dcae43d17beadec +refs/heads/master: 3711ccb07b7f0a13f4f1aa16a8fdca9c930f21ca diff --git a/trunk/include/asm-x86/thread_info.h b/trunk/include/asm-x86/thread_info.h index 25d710532561..895339d2bc0b 100644 --- a/trunk/include/asm-x86/thread_info.h +++ b/trunk/include/asm-x86/thread_info.h @@ -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__ */