From patchwork Wed Jun 25 07:41:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Capper X-Patchwork-Id: 4417011 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id BDB90BEEAA for ; Wed, 25 Jun 2014 07:46:03 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F14A82037B for ; Wed, 25 Jun 2014 07:46:02 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 045CF20377 for ; Wed, 25 Jun 2014 07:46:02 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WzhrO-0002MO-0H; Wed, 25 Jun 2014 07:43:14 +0000 Received: from mail-wi0-f171.google.com ([209.85.212.171]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WzhqX-0000WO-24 for linux-arm-kernel@lists.infradead.org; Wed, 25 Jun 2014 07:42:21 +0000 Received: by mail-wi0-f171.google.com with SMTP id n15so7268784wiw.10 for ; Wed, 25 Jun 2014 00:41:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=5i1NL+ZocY9pmCRLRrLtunt1fySlXAPfzz4uwpDcJxQ=; b=Ok8cUot78dqD/YyZ1Z0XUuFnle/IQbo+zRGhw4w302FiOymbt5s+xYxpSlwouGdWm0 ZkYB6ED/rZgNjRRxhAPu3RnP9E1PML1kLn5DXPd8cekBoqkiS9oq/2VFK5oXQDziKQ0F w+PY9tFC5w5HtAv+ZbOIalg9+uvPG36TILxmqZqeHi+pugAynnEwC6Ip1ED4jG2OPZhv vNQ+6WLjZy8maWLdC+gjxZ/zTAWPk5Jj5QsLROL4nPh0yRHScgswJVQymywRWJ2hNVKF pR+AArb1vsk+ezEI2aASWouAztxBtYivAhiVSULVtP+0eKJd5pICXlXPzd33MQ+Y3GE5 PyBQ== X-Gm-Message-State: ALoCoQl9cJ6FIex4HkUW89a3r7En84nR62CX45Oar7zbJCUVQjRy5MdODyCcCpV7wmuxMBM66oaS X-Received: by 10.180.103.228 with SMTP id fz4mr39420812wib.4.1403682116855; Wed, 25 Jun 2014 00:41:56 -0700 (PDT) Received: from marmot.wormnet.eu (marmot.wormnet.eu. [188.246.204.87]) by mx.google.com with ESMTPSA id ek3sm5715266wjd.17.2014.06.25.00.41.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Jun 2014 00:41:56 -0700 (PDT) From: Steve Capper To: catalin.marinas@arm.com Subject: [PATCH] arm64: mm: Fix horrendous config typo Date: Wed, 25 Jun 2014 08:41:45 +0100 Message-Id: <1403682105-7919-1-git-send-email-steve.capper@linaro.org> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140625_004221_271143_B3C610B1 X-CRM114-Status: UNSURE ( 8.94 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: Steve Capper , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The define ARM64_64K_PAGES is tested for rather than CONFIG_ARM64_64K_PAGES. Correct that typo here. Signed-off-by: Steve Capper --- arch/arm64/include/asm/pgtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/include/asm/pgtable.h b/arch/arm64/include/asm/pgtable.h index 5797020..e0ccceb 100644 --- a/arch/arm64/include/asm/pgtable.h +++ b/arch/arm64/include/asm/pgtable.h @@ -292,7 +292,7 @@ extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, #define pmd_sect(pmd) ((pmd_val(pmd) & PMD_TYPE_MASK) == \ PMD_TYPE_SECT) -#ifdef ARM64_64K_PAGES +#ifdef CONFIG_ARM64_64K_PAGES #define pud_sect(pud) (0) #else #define pud_sect(pud) ((pud_val(pud) & PUD_TYPE_MASK) == \