Skip to content

Commit

Permalink
arm64: mm: update max pa bits to 48
Browse files Browse the repository at this point in the history
Now that we support 48-bit physical addressing, update MAX_PHYSMEM_BITS
accordingly.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
  • Loading branch information
Ganapatrao Kulkarni authored and Will Deacon committed Aug 19, 2014
1 parent 86c8b27 commit 07a15dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/include/asm/sparsemem.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define __ASM_SPARSEMEM_H

#ifdef CONFIG_SPARSEMEM
#define MAX_PHYSMEM_BITS 40
#define MAX_PHYSMEM_BITS 48
#define SECTION_SIZE_BITS 30
#endif

Expand Down

0 comments on commit 07a15dd

Please sign in to comment.