[PATCH] uml: fix PREEMPT_ACTIVE
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@yahoo.it> Cc: Paul Mackerras <paulus@samba.org> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
		
							parent
							
								
									b3461034d7
								
							
						
					
					
						commit
						affac4bcbb
					
				| @ -61,7 +61,7 @@ static inline struct thread_info *current_thread_info(void) | ||||
| 
 | ||||
| #endif | ||||
| 
 | ||||
| #define PREEMPT_ACTIVE		0x4000000 | ||||
| #define PREEMPT_ACTIVE		0x10000000 | ||||
| 
 | ||||
| #define TIF_SYSCALL_TRACE	0	/* syscall trace active */ | ||||
| #define TIF_SIGPENDING		1	/* signal pending */ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user