From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: RE: [PATCH v2 2/3] ARM: omap4: Correct definition of do_wfi() forCONFIG_THUMB2_KERNEL Date: Wed, 8 Dec 2010 11:29:37 +0530 Message-ID: References: <1291656937-24992-1-git-send-email-dave.martin@linaro.org><1291656937-24992-3-git-send-email-dave.martin@linaro.org> <2080abb418a8d3c651dd41353ef59d25@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from na3sys009aog106.obsmtp.com ([74.125.149.77]:56797 "EHLO na3sys009aog106.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752565Ab0LHF7j (ORCPT ); Wed, 8 Dec 2010 00:59:39 -0500 Received: by pwi10 with SMTP id 10so272800pwi.41 for ; Tue, 07 Dec 2010 21:59:38 -0800 (PST) In-Reply-To: <2080abb418a8d3c651dd41353ef59d25@mail.gmail.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Dave Martin Cc: linux-arm-kernel@lists.infradead.org, Tony Lindgren , linux-omap@vger.kernel.org, linaro-dev@lists.linaro.org Dave, > -----Original Message----- > From: Santosh Shilimkar [mailto:santosh.shilimkar@ti.com] > Sent: Wednesday, December 08, 2010 11:27 AM > To: Dave Martin > Cc: linux-arm-kernel@lists.infradead.org; Tony Lindgren; linux- > omap@vger.kernel.org; linaro-dev@lists.linaro.org > Subject: RE: [PATCH v2 2/3] ARM: omap4: Correct definition of do_wfi() > forCONFIG_THUMB2_KERNEL > > > -----Original Message----- > > From: Dave Martin [mailto:dave.martin@linaro.org] > > Sent: Tuesday, December 07, 2010 10:21 PM > > To: Santosh Shilimkar > > Cc: linux-arm-kernel@lists.infradead.org; Tony Lindgren; linux- > > omap@vger.kernel.org; linaro-dev@lists.linaro.org > > Subject: Re: [PATCH v2 2/3] ARM: omap4: Correct definition of do_wfi() > > forCONFIG_THUMB2_KERNEL > > > > Hi, > > > > On Tue, Dec 7, 2010 at 6:28 AM, Santosh Shilimkar > > wrote: > > > Dave, [.....] > > > So anything inside #ifdef CONFIG_THUMB2_KERNEL can assume v7/Thumb-2 > > capable (and hence reasonably new) tools. > > > > I'll follow up shortly with a patch to the generic ARM Kconfig to make > > this explicit, so that ARCH_OMAP2 and THUMB2_KERNEL can't accidentally > > be configured together. > > > sure When you are doing the changes can you please check if you could build the THUMB2 kernel with omap2plus_defconfig. I suspect the build will fail. Regards, Santosh