Extend VMALLOC_END to the I/O Window at 0xe6000000. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			159 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			159 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __ASM_MACH_VMALLOC_H
 | 
						|
#define __ASM_MACH_VMALLOC_H
 | 
						|
 | 
						|
/* Vmalloc at ... - 0xe5ffffff */
 | 
						|
#define VMALLOC_END 0xe6000000
 | 
						|
 | 
						|
#endif /* __ASM_MACH_VMALLOC_H */
 |