Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1073476ybl; Wed, 14 Aug 2019 10:15:54 -0700 (PDT) X-Google-Smtp-Source: APXvYqxfhYXm4zHDckbL31oEvULuVD3QU6latMB0FfQ9YgxN4u05Eo8piSiWvpsU6h/BOY2Ba8E4 X-Received: by 2002:a62:5487:: with SMTP id i129mr1037714pfb.69.1565802954498; Wed, 14 Aug 2019 10:15:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565802954; cv=none; d=google.com; s=arc-20160816; b=iAu/sHvntCI/Bqio5hD6T2IDsm+RbDd8ZEslLMI8/08h0aPhCyAtmQboWw6TP4ZQZi XTOgzXeHHiUdKscP8Mp7hrA/WAbozXHmd8B0g/yxVfNImjzuJHRaEfBKy5IoDjWca9yl Vv54BxVBnBZ9snFWHjT7lGJRBbh0ar/Ro9Fjn0jcZCQyhxCa3Kv7v7MaoKp/HLu2gfcA ZPdZekeSotIC8g9WwKP+9/vrHe60r9qAq6bcfZrIBitVt+mxSG3AqIPj5wRmBmy0T+5n dTRI3v8ViP1pE/DZToiZw1HKco0+FVCMmo7uJsUlFp+RgmvEqnUB1RX+zsur/YFPCWBJ yyHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=b0rgjq4iUUbUZh4dRVhpQPAE2qvj/em1ZTEAbsNwiGc=; b=WyiQaPP7Cl9wLjs1QH8OnrEtfG26KETTXk4mrPKn6QRtBdDziiHAPwjXRtNtdoOwWx A6wGtnZqZaQ2zH6O5J1fG45j1tjQSwfL4gQII/kdfJismSLstK7g0Xlkza+bbS5Brfky lgcvcHIZs/PWQSIIc1Cm+QBKD1Hlxf8Hv1IE29RLhLZEI6fM4pKVmc0UYQRE/ygogvKp qy8WHVzBx4WBqgH/B/nvSanuNqQKxAGQbjeziWUKBYQjN9/MOe4NPglvxQBRlqwbMiQQ 99CDabwi9YKulxOnOlcwP8PnNLBNce/cRsZuJdF0dIEy0mEvnCK0ZGVwFuq6uZHPe327 NpHA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=iNrSlFC5; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y8si177024pgk.594.2019.08.14.10.15.38; Wed, 14 Aug 2019 10:15:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=iNrSlFC5; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729201AbfHNRPJ (ORCPT + 99 others); Wed, 14 Aug 2019 13:15:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:39588 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728775AbfHNRPD (ORCPT ); Wed, 14 Aug 2019 13:15:03 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8124D2063F; Wed, 14 Aug 2019 17:15:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565802903; bh=xgE+15QcMdwoAnFrAPREzcsQF9PufS+fugmS0e/+Dtw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iNrSlFC5F29NUg8XXNo8fWfMj8BN8o/cbkGCCBAgncEwViGfSaSXHobAlI9Txvg/f JYlIniiXPSSeiVTta8vyh6Sniicbs+lyiBPSyPHhc3KdK31tlCVsssoYOHMwtwcufT Fmu+6gEpGFIgHk+/joaBG4oOrmQq/VR+5Pj85bnU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Sekhar Nori , Arnd Bergmann , Olof Johansson , Sasha Levin Subject: [PATCH 4.14 44/69] ARM: davinci: fix sleep.S build error on ARMv4 Date: Wed, 14 Aug 2019 19:01:42 +0200 Message-Id: <20190814165748.481664366@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190814165744.822314328@linuxfoundation.org> References: <20190814165744.822314328@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit d64b212ea960db4276a1d8372bd98cb861dfcbb0 ] When building a multiplatform kernel that includes armv4 support, the default target CPU does not support the blx instruction, which leads to a build failure: arch/arm/mach-davinci/sleep.S: Assembler messages: arch/arm/mach-davinci/sleep.S:56: Error: selected processor does not support `blx ip' in ARM mode Add a .arch statement in the sources to make this file build. Link: https://lore.kernel.org/r/20190722145211.1154785-1-arnd@arndb.de Acked-by: Sekhar Nori Signed-off-by: Arnd Bergmann Signed-off-by: Olof Johansson Signed-off-by: Sasha Levin --- arch/arm/mach-davinci/sleep.S | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-davinci/sleep.S b/arch/arm/mach-davinci/sleep.S index cd350dee4df37..efcd400b2abb3 100644 --- a/arch/arm/mach-davinci/sleep.S +++ b/arch/arm/mach-davinci/sleep.S @@ -37,6 +37,7 @@ #define DEEPSLEEP_SLEEPENABLE_BIT BIT(31) .text + .arch armv5te /* * Move DaVinci into deep sleep state * -- 2.20.1