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)
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>

No differences found