From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941576AbdAGSHZ (ORCPT ); Sat, 7 Jan 2017 13:07:25 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:36280 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933718AbdAGSHP (ORCPT ); Sat, 7 Jan 2017 13:07:15 -0500 Date: Sat, 7 Jan 2017 23:37:06 +0530 From: Afzal Mohammed To: Russell King - ARM Linux Cc: Vladimir Murzin , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH WIP 4/4] ARM: remove compile time vector base for CP15 case Message-ID: <20170107180706.GA8525@afzalpc> References: <20170107171339.GA5044@afzalpc> <20170107172228.6451-1-afzal.mohd.ma@gmail.com> <20170107173832.GN14217@n2100.armlinux.org.uk> <20170107180227.GA8130@afzalpc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170107180227.GA8130@afzalpc> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Sat, Jan 07, 2017 at 11:32:27PM +0530, Afzal Mohammed wrote: > i had thought that for MMU case if Hivecs is not enabled, > CONFIG_VECTOR_BASE has to be considered as 0x00000000 at least for the s/CONFIG_VECTOR_BASE/exception base address > purpose of displaying exception base address. Regards afzal