powerpc/mm: Add 64TB support
Increase max addressable range to 64TB. This is not tested on real hardware yet. Reviewed-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
		
					parent
					
						
							
								735cafc32b
							
						
					
				
			
			
				commit
				
					
						048ee0993e
					
				
			
		
					 7 changed files with 54 additions and 16 deletions
				
			
		|  | @ -10,8 +10,8 @@ | |||
|  */ | ||||
| #define SECTION_SIZE_BITS       24 | ||||
| 
 | ||||
| #define MAX_PHYSADDR_BITS       44 | ||||
| #define MAX_PHYSMEM_BITS        44 | ||||
| #define MAX_PHYSADDR_BITS       46 | ||||
| #define MAX_PHYSMEM_BITS        46 | ||||
| 
 | ||||
| #endif /* CONFIG_SPARSEMEM */ | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aneesh Kumar K.V
				Aneesh Kumar K.V