 d1112018b4
			
		
	
	
	d1112018b4
	
	
	
		
			
			This has been pending for a long time, and the fact that we waste a ton of ram on some configurations kind of pushed things over the edge. Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			249 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			249 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _SPARC64_SPARSEMEM_H
 | |
| #define _SPARC64_SPARSEMEM_H
 | |
| 
 | |
| #ifdef __KERNEL__
 | |
| 
 | |
| #define SECTION_SIZE_BITS       26
 | |
| #define MAX_PHYSADDR_BITS       42
 | |
| #define MAX_PHYSMEM_BITS        42
 | |
| 
 | |
| #endif /* !(__KERNEL__) */
 | |
| 
 | |
| #endif /* !(_SPARC64_SPARSEMEM_H) */
 |