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

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

diff -urN linux-2.4.18/arch/mips/math-emu/ieee754d.c linux-2.4.19/arch/mips/math-emu/ieee754d.c
@@ -1,12 +1,11 @@
-/* some debug functions
-*/
 /*
+ * Some debug functions
+ *
  * MIPS floating point support
+ *
  * Copyright (C) 1994-2000 Algorithmics Ltd.  All rights reserved.
  * http://www.algor.co.uk
  *
- * ########################################################################
- *
  *  This program is free software; you can distribute it and/or modify it
  *  under the terms of the GNU General Public License (Version 2) as
  *  published by the Free Software Foundation.
@@ -20,17 +19,14 @@
  *  with this program; if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
  *
- * ########################################################################
- */
-
-/**************************************************************************
  *  Nov 7, 2000
  *  Modified to build and operate in Linux kernel environment. 
  *
  *  Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com
  *  Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
- *************************************************************************/
+ */
 
+#include <linux/kernel.h>
 #include "ieee754.h"
 
 #define DP_EBIAS	1023

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