From patchwork Wed Mar 9 23:32:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Rigby X-Patchwork-Id: 475 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:43:00 -0000 Delivered-To: patches@linaro.org Received: by 10.224.67.207 with SMTP id s15cs172qai; Wed, 9 Mar 2011 15:40:00 -0800 (PST) Received: by 10.150.93.17 with SMTP id q17mr64359ybb.186.1299713656415; Wed, 09 Mar 2011 15:34:16 -0800 (PST) Received: from mail-yw0-f50.google.com (mail-yw0-f50.google.com [209.85.213.50]) by mx.google.com with ESMTPS id w18si6507289ybe.10.2011.03.09.15.33.45 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Mar 2011 15:34:15 -0800 (PST) Received-SPF: neutral (google.com: 209.85.213.50 is neither permitted nor denied by best guess record for domain of john.rigby@linaro.org) client-ip=209.85.213.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.213.50 is neither permitted nor denied by best guess record for domain of john.rigby@linaro.org) smtp.mail=john.rigby@linaro.org Received: by ywa8 with SMTP id 8so543847ywa.37 for ; Wed, 09 Mar 2011 15:33:44 -0800 (PST) Received: by 10.236.66.19 with SMTP id g19mr494457yhd.172.1299713624768; Wed, 09 Mar 2011 15:33:44 -0800 (PST) Received: from localhost.localdomain (c-98-202-243-83.hsd1.ut.comcast.net [98.202.243.83]) by mx.google.com with ESMTPS id 57sm1649368yhl.20.2011.03.09.15.33.39 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Mar 2011 15:33:40 -0800 (PST) From: John Rigby To: linaro-dev@lists.linaro.org, 'Nicolas Pitre ' , 'Dave Martin ' , patches@linaro.org Cc: John Rigby Subject: [PATCH] ARM: omap3: Fix assembler breakage in sleep34xx.S Date: Wed, 9 Mar 2011 16:32:53 -0700 Message-Id: <1299713573-8070-1-git-send-email-john.rigby@linaro.org> X-Mailer: git-send-email 1.7.1 Assembler in latest binutils needs extra option to enable smc instructions introduced in: ARM: omap3: Remove hand-encoded SMC instructions Signed-off-by: John Rigby --- arch/arm/mach-omap2/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 898fffe..1d2d1f6 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -71,7 +71,7 @@ obj-$(CONFIG_OMAP_SMARTREFLEX) += sr_device.o smartreflex.o obj-$(CONFIG_OMAP_SMARTREFLEX_CLASS3) += smartreflex-class3.o AFLAGS_sleep24xx.o :=-Wa,-march=armv6 -AFLAGS_sleep34xx.o :=-Wa,-march=armv7-a +AFLAGS_sleep34xx.o :=-Wa,-march=armv7-a$(plus_sec) ifeq ($(CONFIG_PM_VERBOSE),y) CFLAGS_pm_bus.o += -DDEBUG