mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 16:38:31 +00:00 
			
		
		
		
	 65bd6a9bc7
			
		
	
	
		65bd6a9bc7
		
	
	
	
	
		
			
			These comments are useless now, remove them. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			17 lines
		
	
	
		
			410 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			410 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * Copyright 2003 PathScale, Inc.
 | |
|  *
 | |
|  * Licensed under the GPL
 | |
|  */
 | |
| 
 | |
| #include "linux/mm.h"
 | |
| #include "asm/page.h"
 | |
| #include "asm/mman.h"
 | |
| 
 | |
| unsigned long vm_stack_flags = __VM_STACK_FLAGS;
 | |
| unsigned long vm_stack_flags32 = __VM_STACK_FLAGS;
 | |
| unsigned long vm_data_default_flags = __VM_DATA_DEFAULT_FLAGS;
 | |
| unsigned long vm_data_default_flags32 = __VM_DATA_DEFAULT_FLAGS;
 | |
| unsigned long vm_force_exec32 = PROT_EXEC;
 | |
| 
 |