MIPS: Coding style cleanups of access of FCSR rounding mode bits
authorShane McDonald <mcdonald.shane@gmail.com>
Fri, 7 May 2010 06:02:09 +0000 (00:02 -0600)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 21 May 2010 20:31:17 +0000 (21:31 +0100)
commit3f135530448104c01153fe048024366203196798
treeb7b9b5bec5cba35276930bfa5f3022ea81785649
parentc197da9163a42e6faeb051f331868b9245836eef
MIPS: Coding style cleanups of access of FCSR rounding mode bits

Replaces references to the magic number 0x3 with constants and macros
indicating the real purpose of those bits.  They are the rounding mode
bits of the FCSR register.

Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com>
To: anemo@mba.ocn.ne.jp
To: kevink@paralogos.com
To: linux-mips@linux-mips.org
To: sshtylyov@mvista.com
Patchwork: http://patchwork.linux-mips.org/patch/1206/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/cp1emu.c