]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: stick ins/outs funcs into their own .text section
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Nov 2010 11:42:42 +0000 (06:42 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 18 Nov 2010 09:38:19 +0000 (04:38 -0500)
commitcd97dd4f2c80900a295ec1b7fc6c789b94455c4e
tree0829d9adb2e9018f899ea8bd188f0bc1b27ed87e
parent635d1b3e1b885267de90d100402ba7748fdd9bc5
Blackfin: stick ins/outs funcs into their own .text section

This lets the linker garbage collect these functions when they aren't
actually used by placing them into the standard .text.<func> section.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/lib/ins.S
arch/blackfin/lib/outs.S