From patchwork Thu Mar 31 14:19:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: oskar.andero@sonyericsson.com X-Patchwork-Id: 679421 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2VEJula027837 for ; Thu, 31 Mar 2011 14:19:56 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757942Ab1CaOTo (ORCPT ); Thu, 31 Mar 2011 10:19:44 -0400 Received: from seldrel01.sonyericsson.com ([212.209.106.2]:19140 "EHLO seldrel01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757915Ab1CaOTh (ORCPT ); Thu, 31 Mar 2011 10:19:37 -0400 From: To: CC: , Subject: [PATCH] arm: omap2: enable smc instruction for sleep34xx Date: Thu, 31 Mar 2011 16:19:24 +0200 Message-ID: <1301581164-26538-1-git-send-email-oskar.andero@sonyericsson.com> X-Mailer: git-send-email 1.7.3.4 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 31 Mar 2011 14:19:56 +0000 (UTC) diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index a45cd64..512b152 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -68,7 +68,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