From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755173AbcA0XQe (ORCPT ); Wed, 27 Jan 2016 18:16:34 -0500 Received: from complete.lackof.org ([198.49.126.79]:41134 "EHLO complete.lackof.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754465AbcA0XQc (ORCPT ); Wed, 27 Jan 2016 18:16:32 -0500 X-Greylist: delayed 349 seconds by postgrey-1.27 at vger.kernel.org; Wed, 27 Jan 2016 18:16:32 EST From: dann frazier To: Catalin Marinas , Will Deacon , Duc Dang , Kumar Sankaran , Loc Ho , Feng Kan Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: Disallow combination of ARCH_XGENE and 16K page size Date: Wed, 27 Jan 2016 16:10:30 -0700 Message-Id: <1453936230-7305-1-git-send-email-dann.frazier@canonical.com> X-Mailer: git-send-email 2.7.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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