* [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
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