All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm: omap2: enable smc instruction for sleep34xx
@ 2011-04-19 14:42 ` oskar.andero
  0 siblings, 0 replies; 5+ messages in thread
From: oskar.andero @ 2011-04-19 14:42 UTC (permalink / raw)
  To: tony, linux; +Cc: linux-omap, linux-arm-kernel, linux-kernel, Oskar Andero

This fixes broken build when using binutils 2.21.

Signed-off-by: Oskar Andero <oskar.andero@sonyericsson.com>
---
 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 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
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH v2] arm: omap2: enable smc instruction for sleep34xx
@ 2011-04-19 14:42 ` oskar.andero
  0 siblings, 0 replies; 5+ messages in thread
From: oskar.andero @ 2011-04-19 14:42 UTC (permalink / raw)
  To: tony, linux; +Cc: linux-omap, linux-arm-kernel, linux-kernel, Oskar Andero

This fixes broken build when using binutils 2.21.

Signed-off-by: Oskar Andero <oskar.andero@sonyericsson.com>
---
 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 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
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH v2] arm: omap2: enable smc instruction for sleep34xx
@ 2011-04-19 14:42 ` oskar.andero
  0 siblings, 0 replies; 5+ messages in thread
From: oskar.andero at sonyericsson.com @ 2011-04-19 14:42 UTC (permalink / raw)
  To: linux-arm-kernel

This fixes broken build when using binutils 2.21.

Signed-off-by: Oskar Andero <oskar.andero@sonyericsson.com>
---
 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 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
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] arm: omap2: enable smc instruction for sleep34xx
  2011-04-19 14:42 ` oskar.andero
@ 2011-04-20 15:23   ` Tony Lindgren
  -1 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2011-04-20 15:23 UTC (permalink / raw)
  To: oskar.andero; +Cc: linux, linux-omap, linux-arm-kernel, linux-kernel

* oskar.andero@sonyericsson.com <oskar.andero@sonyericsson.com> [110419 07:39]:
> This fixes broken build when using binutils 2.21.

Thanks will queue for the -rc cycle.

Tony

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2] arm: omap2: enable smc instruction for sleep34xx
@ 2011-04-20 15:23   ` Tony Lindgren
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2011-04-20 15:23 UTC (permalink / raw)
  To: linux-arm-kernel

* oskar.andero at sonyericsson.com <oskar.andero@sonyericsson.com> [110419 07:39]:
> This fixes broken build when using binutils 2.21.

Thanks will queue for the -rc cycle.

Tony

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-20 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-19 14:42 [PATCH v2] arm: omap2: enable smc instruction for sleep34xx oskar.andero
2011-04-19 14:42 ` oskar.andero at sonyericsson.com
2011-04-19 14:42 ` oskar.andero
2011-04-20 15:23 ` Tony Lindgren
2011-04-20 15:23   ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.