From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935202AbdEVOxX (ORCPT ); Mon, 22 May 2017 10:53:23 -0400 Received: from muru.com ([72.249.23.125]:48674 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934403AbdEVOxS (ORCPT ); Mon, 22 May 2017 10:53:18 -0400 Date: Mon, 22 May 2017 07:53:04 -0700 From: Tony Lindgren To: Dave Gerlach Cc: Rob Herring , Santosh Shilimkar , Russell King , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Keerthy J Subject: Re: [PATCH v2 2/2] memory: ti-emif-sram: introduce relocatable suspend/resume handlers Message-ID: <20170522145304.GO10472@atomide.com> References: <20170519175708.6070-1-d-gerlach@ti.com> <20170519175708.6070-3-d-gerlach@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170519175708.6070-3-d-gerlach@ti.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dave Gerlach [170519 11:00]: > diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c > index 608008229c7d..d728b5660e36 100644 > --- a/arch/arm/kernel/asm-offsets.c > +++ b/arch/arm/kernel/asm-offsets.c > @@ -28,6 +28,7 @@ > #include > #include > #include > +#include > > /* > * Make sure that the compiler and target are compatible. > @@ -183,5 +184,10 @@ int main(void) > #ifdef CONFIG_VDSO > DEFINE(VDSO_DATA_SIZE, sizeof(union vdso_data_store)); > #endif > +#if defined(CONFIG_SOC_AM33XX) || defined(CONFIG_SOC_AM43XX) > + BLANK(); > + ti_emif_offsets(); > +#endif > + > return 0; > } Above still needs to be commented by Russell. As far as I'm concerned: Acked-by: Tony Lindgren