Message ID | 20170118203920.6609-1-afzal.mohd.ma@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A445A60113 for <patchwork-linux-arm@patchwork.kernel.org>; Wed, 18 Jan 2017 20:40:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 90FE42861D for <patchwork-linux-arm@patchwork.kernel.org>; Wed, 18 Jan 2017 20:40:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 82F7B2861F; Wed, 18 Jan 2017 20:40:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1FB9E285F0 for <patchwork-linux-arm@patchwork.kernel.org>; Wed, 18 Jan 2017 20:40:01 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cTx1R-0003na-1H; Wed, 18 Jan 2017 20:39:57 +0000 Received: from mail-pg0-x241.google.com ([2607:f8b0:400e:c05::241]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cTx1O-0003jw-8o for linux-arm-kernel@lists.infradead.org; Wed, 18 Jan 2017 20:39:55 +0000 Received: by mail-pg0-x241.google.com with SMTP id 204so2198422pge.2 for <linux-arm-kernel@lists.infradead.org>; Wed, 18 Jan 2017 12:39:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=v69hYkqimtV82KzM7fnlCQB2HisG+xC+CoK5hf6QfmQ=; b=pZX+SLhmxsKJ7c/UWTQemHPBIpU2BfmW7Nb3B7mw6mK1e3VGohsEbaJ8wCdC6/k54Q BgTfeBzZZHIYz/H5dK7mHpF8+JTPh4A85qDcQ9/KIM7PeYI+4t5CBjFmaWR1199wFvzs MWKTH/SzlnDHueRd/AaYmaR1e6/ZUmGBvltEGvXNpWet/i/WlPKg5L095XKAd5qHvW9x kNFE+8oAq6PpDmLq6iUOW5Q2UamtE5sefDebAn1QmgkeVpCGgy0Goe/YGyS/jkglnLoj SZ82zEyCPyZwQCC3MLdu1NP+3knuhEZ/+oLzk6ANagMxsufrCNfst2bxFC+UikrAo4YI HySg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=v69hYkqimtV82KzM7fnlCQB2HisG+xC+CoK5hf6QfmQ=; b=lRW0H/ue2pEsza7lz3MNrVR6LOngmMnHUgoJ3QmThAQ0NZZ5ffuTmoWARbGJigjjOG HB4gOEB/bZjbcpEYTurIQRSSCeJSkfc8z50OxlNRmqvyOflLlLHoITWJdVFZJ6UGlsnH lLiSf5x5iqhil7mqkhOVL8cwCjuWj4JcwkrRJQ9F+YAv/e2n04akUBbrbMldHLq7KfY/ 4ESFCkxCfrFUhdiT5o92/4ZcIzQMmAr9BtGCpHsKRYBEl6erwCMpK3DSBfX6mFs3kTib e6vUp2aC7iEgXrEX7HiAE2544L1nFC4dvZJu0mrCBljEnHnYO75brfYM2fFuy9QYnE4E NyNg== X-Gm-Message-State: AIkVDXJy0cCp5XrqfC+KtU0NYqUQvirHl2NqtP86SeL0Y4/kVTW7pmjROJJuu2e2Uxfokg== X-Received: by 10.99.149.66 with SMTP id t2mr6140230pgn.156.1484771973824; Wed, 18 Jan 2017 12:39:33 -0800 (PST) Received: from localhost.localdomain ([49.203.213.22]) by smtp.gmail.com with ESMTPSA id j130sm2907986pgc.2.2017.01.18.12.39.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 Jan 2017 12:39:33 -0800 (PST) From: afzal mohammed <afzal.mohd.ma@gmail.com> To: Russell King - ARM Linux <linux@armlinux.org.uk> Subject: [PATCH 4/4] ARM: nommu: remove Hivecs configuration is asm Date: Thu, 19 Jan 2017 02:09:20 +0530 Message-Id: <20170118203920.6609-1-afzal.mohd.ma@gmail.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170118203525.6246-1-afzal.mohd.ma@gmail.com> References: <20170118203525.6246-1-afzal.mohd.ma@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170118_123954_341861_70C91DCB X-CRM114-Status: UNSURE ( 9.76 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Vladimir Murzin <vladimir.murzin@arm.com>, afzal mohammed <afzal.mohd.ma@gmail.com>, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/arch/arm/kernel/head-nommu.S b/arch/arm/kernel/head-nommu.S index 6b4eb27b8758..2e21e08de747 100644 --- a/arch/arm/kernel/head-nommu.S +++ b/arch/arm/kernel/head-nommu.S @@ -152,11 +152,6 @@ __after_proc_init: #ifdef CONFIG_CPU_ICACHE_DISABLE bic r0, r0, #CR_I #endif -#ifdef CONFIG_CPU_HIGH_VECTOR - orr r0, r0, #CR_V -#else - bic r0, r0, #CR_V -#endif mcr p15, 0, r0, c1, c0, 0 @ write control reg #elif defined (CONFIG_CPU_V7M) /* For V7M systems we want to modify the CCR similarly to the SCTLR */
Now that exception based address is handled dynamically for processors with CP15, remove Highvecs configuration in assembly. Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com> --- arch/arm/kernel/head-nommu.S | 5 ----- 1 file changed, 5 deletions(-)