Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99514
b: refs/heads/master
c: 24e2de6
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Ingo Molnar committed May 12, 2008
1 parent 440dc99 commit 035d878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 3351cc03c0762353225a79507e38db4c1e656d52
refs/heads/master: 24e2de6e28a453cd114b06215df2f9931cd0c342
5 changes: 2 additions & 3 deletions trunk/include/asm-x86/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ struct thread_info {

#endif

#define PREEMPT_ACTIVE 0x10000000

#ifdef CONFIG_X86_32

#define PREEMPT_ACTIVE 0x10000000
#ifdef CONFIG_4KSTACKS
#define THREAD_SIZE (4096)
#else
Expand Down Expand Up @@ -286,8 +287,6 @@ static inline struct thread_info *stack_thread_info(void)
#define _TIF_WORK_CTXSW_PREV _TIF_WORK_CTXSW
#define _TIF_WORK_CTXSW_NEXT (_TIF_WORK_CTXSW|_TIF_DEBUG)

#define PREEMPT_ACTIVE 0x10000000

#endif /* !X86_32 */

/*
Expand Down

0 comments on commit 035d878

Please sign in to comment.