mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 06:18:54 +00:00 
			
		
		
		
	 6f313b1233
			
		
	
	
		6f313b1233
		
	
	
	
	
		
			
			We added an include of asm/vm86.h in include/asm-i386/ptrace.h. Since UML includes the underlying arch's ptrace.h, it needs an asm/vm86.h in order to build. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			7 lines
		
	
	
		
			76 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			76 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __UM_VM86_H
 | |
| #define __UM_VM86_H
 | |
| 
 | |
| #include "asm/arch/vm86.h"
 | |
| 
 | |
| #endif
 |