Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1644
b: refs/heads/master
c: 37053cc
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt authored and Linus Torvalds committed May 28, 2005
1 parent 936f10c commit 2dc79ba
Show file tree
Hide file tree
Showing 3 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: affac4bcbba617d7329b04c7882bc49a9826e12f
refs/heads/master: 37053cc84d51a790a6e5c3987665902cdab122a5
2 changes: 1 addition & 1 deletion trunk/include/asm-sh/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct thread_info {

#endif

#define PREEMPT_ACTIVE 0x4000000
#define PREEMPT_ACTIVE 0x10000000

/*
* macros/functions for gaining access to the thread information structure
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-sh64/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static inline struct thread_info *current_thread_info(void)

#define THREAD_SIZE 8192

#define PREEMPT_ACTIVE 0x4000000
#define PREEMPT_ACTIVE 0x10000000

/* thread information flags */
#define TIF_SYSCALL_TRACE 0 /* syscall trace active */
Expand Down

0 comments on commit 2dc79ba

Please sign in to comment.