Re: [PATCH] OMAP4: enable smc instruction in new assembler versions

2010-12-17 Thread Tony Lindgren
* John Rigby [101130 21:49]: > New assemblers need -march=armv7-a+sec on command line or > .arch_extension sec inline to enable use of the smc instruction. > > This patch uses as-instr to check the latter to conditionally > enable the former in AFLAGS for files that use smc. > > Checked on both

[APPLIED] [PATCH] OMAP4: enable smc instruction in new assembler versions

2010-12-17 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: devel-cleanup Initial commit ID (Likely to change): fe297dde5ae8f8bf67d3a87759289a99b48ecb2c PatchWorks http://patchwork.kernel.org/patch/369681/ Git (Likely to change, and takes a while to get mir

[PATCH] OMAP4: enable smc instruction in new assembler versions

2010-11-30 Thread John Rigby
New assemblers need -march=armv7-a+sec on command line or .arch_extension sec inline to enable use of the smc instruction. This patch uses as-instr to check the latter to conditionally enable the former in AFLAGS for files that use smc. Checked on both old and new binutils to verify that it does