public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm64:mm: Update max pa bits to 48
@ 2014-08-14 15:19 Ganapatrao Kulkarni
  2014-08-18 14:24 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Ganapatrao Kulkarni @ 2014-08-14 15:19 UTC (permalink / raw)
  To: linux-arm-kernel

Setting the Macro MAX_PHYSMEM_BITS to 48 since arm64 enabled with 48 bit PA support.

Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com>
---
 arch/arm64/include/asm/sparsemem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/include/asm/sparsemem.h b/arch/arm64/include/asm/sparsemem.h
index 1be62bc..74a9d30 100644
--- a/arch/arm64/include/asm/sparsemem.h
+++ b/arch/arm64/include/asm/sparsemem.h
@@ -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
 
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] arm64:mm: Update max pa bits to 48
  2014-08-14 15:19 [PATCH] arm64:mm: Update max pa bits to 48 Ganapatrao Kulkarni
@ 2014-08-18 14:24 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2014-08-18 14:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 14, 2014 at 04:19:46PM +0100, Ganapatrao Kulkarni wrote:
> Setting the Macro MAX_PHYSMEM_BITS to 48 since arm64 enabled with 48 bit PA support.
> 
> Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com>

Acked-by: Catalin Marinas <catalin.marinas@arm.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-18 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14 15:19 [PATCH] arm64:mm: Update max pa bits to 48 Ganapatrao Kulkarni
2014-08-18 14:24 ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox