]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: math-emu: Mark exception handling functions as __cold.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 15 Apr 2014 22:47:59 +0000 (00:47 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 12 May 2014 23:23:51 +0000 (01:23 +0200)
commitc2475618c5c0fb88845d860d353bd47c21ba7a7d
tree36528dd1810ff95de5c87ec4565d5223dae5817a
parent3c13ad4caa8d5e1f2877b42d203b73f826fec901
MIPS: math-emu: Mark exception handling functions as __cold.

Optimizes the code flow and shaves of half a percent of the math-emu
code size.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/ieee754.c
arch/mips/math-emu/ieee754.h
arch/mips/math-emu/ieee754dp.c
arch/mips/math-emu/ieee754dp.h
arch/mips/math-emu/ieee754sp.c
arch/mips/math-emu/ieee754sp.h
arch/mips/math-emu/ieee754xcpt.c