Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217125
b: refs/heads/master
c: 06d1973
h: refs/heads/master
i:
  217123: 21a31ba
v: v3
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent 2fe6ea5 commit d5afd03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 68c6ac3366764730c6cc6bcc7003b233bd6b6571
refs/heads/master: 06d1973490199d38a65029101199e04004fbe8f3
4 changes: 0 additions & 4 deletions trunk/arch/microblaze/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ static inline struct thread_info *current_thread_info(void)
#define TIF_SECCOMP 10 /* secure computing */
#define TIF_FREEZE 14 /* Freezing for suspend */

/* FIXME change in entry.S */
#define TIF_KERNEL_TRACE 8 /* kernel trace active */

/* true if poll_idle() is polling TIF_NEED_RESCHED */
#define TIF_POLLING_NRFLAG 16

Expand All @@ -143,7 +140,6 @@ static inline struct thread_info *current_thread_info(void)
#define _TIF_FREEZE (1 << TIF_FREEZE)
#define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
#define _TIF_SECCOMP (1 << TIF_SECCOMP)
#define _TIF_KERNEL_TRACE (1 << TIF_KERNEL_TRACE)

/* work to do in syscall trace */
#define _TIF_WORK_SYSCALL_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | \
Expand Down

0 comments on commit d5afd03

Please sign in to comment.