Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272054
b: refs/heads/master
c: 80853a8
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Martin Schwidefsky committed Oct 30, 2011
1 parent d1923d4 commit c870fae
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: 75a1c61b434759bf8f2c0118151713b010b44705
refs/heads/master: 80853a8ab4fcfff55d88e86ed1f50695dba0d8ff
2 changes: 1 addition & 1 deletion trunk/arch/s390/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static inline struct thread_info *current_thread_info(void)
#define _TIF_SIE (1<<TIF_SIE)
#define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG)
#define _TIF_31BIT (1<<TIF_31BIT)
#define _TIF_SINGLE_STEP (1<<TIF_FREEZE)
#define _TIF_SINGLE_STEP (1<<TIF_SINGLE_STEP)
#define _TIF_FREEZE (1<<TIF_FREEZE)

#ifdef CONFIG_64BIT
Expand Down

0 comments on commit c870fae

Please sign in to comment.