On Wed, 2012-07-25 at 13:38 -0700, William Roberts wrote: > From: William Roberts <bill.c.roberts@xxxxxxxxx> > > Fixes build bug > security/smc/bridge_pub2sec.S:95: Error: selected processor does not support ARM mode `smc #0' > > Signed-off-by: William Roberts <w.roberts@xxxxxxxxxxxxxxx> Thanks, applied. > --- > security/smc/bridge_pub2sec.S | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/security/smc/bridge_pub2sec.S b/security/smc/bridge_pub2sec.S > index 30b8b35..e433380 100644 > --- a/security/smc/bridge_pub2sec.S > +++ b/security/smc/bridge_pub2sec.S > @@ -74,7 +74,9 @@ return_from_irq: > b label_smc > > label_smc: > - .arch_extension sec > +#if __GNUC__ >= 4 && __GNUC_MINOR__ >= 6 > + .arch_extension sec > +#endif > INVALIDATE_BTB > dsb > dmb -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.