linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: Disallow combination of ARCH_XGENE and 16K page size
@ 2016-01-27 23:10 dann frazier
  2016-01-28 10:34 ` Catalin Marinas
  2016-01-28 11:24 ` Mark Rutland
  0 siblings, 2 replies; 9+ messages in thread
From: dann frazier @ 2016-01-27 23:10 UTC (permalink / raw)
  To: linux-arm-kernel

16K page size is an optional feature of the architecture, and is not
supported by the X-Gene SoC family.

Signed-off-by: dann frazier <dann.frazier@canonical.com>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 21074f6..b241290 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -133,6 +133,7 @@ config ARCH_VEXPRESS
 
 config ARCH_XGENE
 	bool "AppliedMicro X-Gene SOC Family"
+	depends on !ARM64_16K_PAGES
 	help
 	  This enables support for AppliedMicro X-Gene SOC Family
 
-- 
2.7.0

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

end of thread, other threads:[~2016-01-28 14:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 23:10 [PATCH] arm64: Disallow combination of ARCH_XGENE and 16K page size dann frazier
2016-01-28 10:34 ` Catalin Marinas
2016-01-28 11:08   ` Will Deacon
2016-01-28 11:20     ` Mark Rutland
2016-01-28 14:50       ` Jeremy Linton
2016-01-28 11:27     ` Suzuki K. Poulose
2016-01-28 11:30       ` Ard Biesheuvel
2016-01-28 11:34         ` Suzuki K. Poulose
2016-01-28 11:24 ` Mark Rutland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).