Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753502AbcLKOmZ (ORCPT ); Sun, 11 Dec 2016 09:42:25 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:33998 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752807AbcLKOmY (ORCPT ); Sun, 11 Dec 2016 09:42:24 -0500 Date: Sun, 11 Dec 2016 20:12:13 +0530 From: Afzal Mohammed To: Russell King , Vladimir Murzin , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RFC 2/2] ARM: nommu: remap exception base address to RAM Message-ID: <20161211144213.GA3199@afzalpc> References: <20161211131028.3019-1-afzal.mohd.ma@gmail.com> <20161211131255.3221-1-afzal.mohd.ma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161211131255.3221-1-afzal.mohd.ma@gmail.com> 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 Content-Length: 305 Lines: 12 Hi, On Sun, Dec 11, 2016 at 06:42:55PM +0530, Afzal Mohammed wrote: > Kernel text start at an offset of at least 32K to account for page > tables in MMU case. Proper way to put it might have been "32K (to account for 16K initial page tables & the old atags)", unless i missed something. Regards afzal