History log of /arch/mips/math-emu/sp_cmp.c
Revision Date Author Comments
3f7cac416b5e62d37aa693538729c6c23e9b938b 26-Apr-2014 Ralf Baechle <ralf@linux-mips.org> MIPS: math-emu: Cleanup coding style.

o Only define variables in the outermost block
o One empty line at most
o Format comments as per CodingStyle
o Update FSF address in licensing term comment
o Spell FPU and MIPS in all capitals.
o Remove ####-type of lines in comments.
o Try to make things a bit most consistent between sp_*.c / dp_*.c files.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
90efba36ed50933c6df92805bd7e5742e9cc0f46 25-Apr-2014 Ralf Baechle <ralf@linux-mips.org> MIPS: math-emu: Get rid of the useless parts of exception handling.

All it really did was throw a printk for no obvious reason.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9e8bad1f9c0370b2635175b34d6151b90a53da5c 19-Apr-2014 Ralf Baechle <ralf@linux-mips.org> MIPS: math-emu: Turn macros into functions where possible.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2209bcb1310ffa9ee1af12573f1413581c712b15 16-Apr-2014 Ralf Baechle <ralf@linux-mips.org> MIPS: math-emu: Get rid of typedefs.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
50a23e6eec6f20d55a3a920e47adb455bff6046e 16-Oct-2010 Justin P. Mattock <justinmattock@gmail.com> Update broken web addresses in arch directory.

The patch below updates broken web addresses in the arch directory.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Finn Thain <fthain@telegraphics.com.au>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Reviewed-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 17-Apr-2005 Linus Torvalds <torvalds@ppc970.osdl.org> Linux-2.6.12-rc2

Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!