[patch 3/8] uml: fix PREEMPT_ACTIVE

From: blaisorblade
Date: Thu May 26 2005 - 20:38:41 EST



From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
Cc: Paul Mackerras <paulus@xxxxxxxxx>, Ingo Molnar <mingo@xxxxxxx>

This is a continuation for UML of:

http://linux.bkbits.net:8080/linux-2.5/cset@41791ab52lfMuF2i3V-eTIGRBbDYKQ

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
---

linux-2.6.git-paolo/include/asm-um/thread_info.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN include/asm-um/thread_info.h~uml-fix-interrupts include/asm-um/thread_info.h
--- linux-2.6.git/include/asm-um/thread_info.h~uml-fix-interrupts 2005-05-27 02:30:48.000000000 +0200
+++ linux-2.6.git-paolo/include/asm-um/thread_info.h 2005-05-27 02:36:42.000000000 +0200
@@ -62,7 +62,7 @@ static inline struct thread_info *curren

#endif

-#define PREEMPT_ACTIVE 0x4000000
+#define PREEMPT_ACTIVE 0x10000000

#define TIF_SYSCALL_TRACE 0 /* syscall trace active */
#define TIF_SIGPENDING 1 /* signal pending */
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/