patch-2.4.19 linux-2.4.19/arch/mips/math-emu/kernel_linkage.c

Next file: linux-2.4.19/arch/mips/math-emu/sp_add.c
Previous file: linux-2.4.19/arch/mips/math-emu/ieee754sp.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/math-emu/kernel_linkage.c linux-2.4.19/arch/mips/math-emu/kernel_linkage.c
@@ -20,13 +20,10 @@
  *  with this program; if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
  *
- *************************************************************************/
-/*
  * Routines corresponding to Linux kernel FP context
  * manipulation primitives for the Algorithmics MIPS
  * FPU Emulator
  */
-
 #include <linux/sched.h>
 #include <asm/processor.h>
 #include <asm/signal.h>
@@ -45,7 +42,7 @@
  
 	if (first) {
 		first = 0;
-		printk("Algorithmics/MIPS FPU Emulator v1.4\n");
+		printk("Algorithmics/MIPS FPU Emulator v1.5\n");
 	}
 
 	current->thread.fpu.soft.sr = 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)