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:

committed by
Benjamin Herrenschmidt

parent
735cafc32b
commit
048ee0993e
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user