mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	In the x86 MM code we'd like to untangle various types of historic header dependency spaghetti, but for this we'd need to pass to the generic vmalloc code various vmalloc related defines that customarily come via the <asm/page.h> low level arch header. Signed-off-by: Ingo Molnar <mingo@kernel.org>
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			87 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			87 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _ASM_ARC_VMALLOC_H
 | 
						|
#define _ASM_ARC_VMALLOC_H
 | 
						|
 | 
						|
#endif /* _ASM_ARC_VMALLOC_H */
 |