MIPS: Remove further use of .subsection
authorRalf Baechle <ralf@linux-mips.org>
Wed, 10 Apr 2013 22:16:53 +0000 (00:16 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 11 Apr 2013 13:39:52 +0000 (15:39 +0200)
commite01961ceea5453ba93c386adf49fff6d1b811e74
tree96e5c10f926631426a89a746a833257233bab747
parent9fcb705929fb476d48ff47a54a67e9da659f10c5
MIPS: Remove further use of .subsection

7837314d141c661c70bc13c5050694413ecfe14a [MIPS: Get rid of branches to
.subsections] removed most uses of .subsection] removed most uses of
.subsection in inline assembler code.

It left the instances in spinlock.h alone because we knew their use was
in fairly small files where .subsection use was fine but of course this
was a fragile assumption.  LTO breaks this assumption resulting in build
errors due to exceeded branch range, so remove further instances of
.subsection.

The two functions that still use .macro don't currently cause issues
however this use is still fragile.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/spinlock.h