Update of /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu In directory usw-pr-cvs1:/tmp/cvs-serv25860/ppc/math-emu Modified Files: Makefile double.h fabs.c fadd.c fadds.c fcmpo.c fcmpu.c fctiw.c fctiwz.c fdiv.c fdivs.c fmadd.c fmadds.c fmr.c fmsub.c fmsubs.c fmul.c fmuls.c fnabs.c fneg.c fnmadd.c fnmadds.c fnmsub.c fnmsubs.c fres.c frsp.c frsqrte.c fsel.c fsqrt.c fsqrts.c fsub.c fsubs.c lfd.c lfs.c math.c mcrfs.c mffs.c mtfsb0.c mtfsb1.c mtfsf.c mtfsfi.c op-1.h op-2.h op-4.h op-common.h sfp-machine.h single.h soft-fp.h stfd.c stfiwx.c stfs.c types.c udivmodti4.c Log Message: synch 2.4.15 commit 43 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- Makefile 14 Jan 2001 19:33:40 -0000 1.1.1.1 +++ Makefile 10 Apr 2002 15:04:10 -0000 1.2 @@ -1,3 +1,5 @@ +# BK Id: SCCS/s.Makefile 1.3 05/17/01 18:14:22 cort +# # # # Index: double.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/double.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- double.h 14 Jan 2001 19:33:41 -0000 1.1.1.1 +++ double.h 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,4 +1,7 @@ /* + * BK Id: SCCS/s.double.h 1.5 05/17/01 18:14:22 cort + */ +/* * Definitions for IEEE Double Precision */ Index: fabs.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fabs.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fabs.c 14 Jan 2001 19:33:41 -0000 1.1.1.1 +++ fabs.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fabs.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fadd.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fadd.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fadd.c 14 Jan 2001 19:33:41 -0000 1.1.1.1 +++ fadd.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fadd.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fadds.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fadds.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fadds.c 14 Jan 2001 19:33:41 -0000 1.1.1.1 +++ fadds.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fadds.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fcmpo.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fcmpo.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fcmpo.c 14 Jan 2001 19:33:41 -0000 1.1.1.1 +++ fcmpo.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fcmpo.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fcmpu.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fcmpu.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fcmpu.c 14 Jan 2001 19:33:42 -0000 1.1.1.1 +++ fcmpu.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fcmpu.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fctiw.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fctiw.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fctiw.c 14 Jan 2001 19:33:42 -0000 1.1.1.1 +++ fctiw.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fctiw.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fctiwz.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fctiwz.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fctiwz.c 14 Jan 2001 19:33:42 -0000 1.1.1.1 +++ fctiwz.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fctiwz.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fdiv.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fdiv.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fdiv.c 14 Jan 2001 19:33:42 -0000 1.1.1.1 +++ fdiv.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fdiv.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fdivs.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fdivs.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fdivs.c 14 Jan 2001 19:33:42 -0000 1.1.1.1 +++ fdivs.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fdivs.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fmadd.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fmadd.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fmadd.c 14 Jan 2001 19:33:42 -0000 1.1.1.1 +++ fmadd.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fmadd.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fmadds.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fmadds.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fmadds.c 14 Jan 2001 19:33:42 -0000 1.1.1.1 +++ fmadds.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fmadds.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fmr.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fmr.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fmr.c 14 Jan 2001 19:33:42 -0000 1.1.1.1 +++ fmr.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fmr.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fmsub.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fmsub.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fmsub.c 14 Jan 2001 19:33:42 -0000 1.1.1.1 +++ fmsub.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fmsub.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fmsubs.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fmsubs.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fmsubs.c 14 Jan 2001 19:33:43 -0000 1.1.1.1 +++ fmsubs.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fmsubs.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fmul.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fmul.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fmul.c 14 Jan 2001 19:33:43 -0000 1.1.1.1 +++ fmul.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fmul.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fmuls.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fmuls.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fmuls.c 14 Jan 2001 19:33:43 -0000 1.1.1.1 +++ fmuls.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fmuls.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fnabs.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fnabs.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fnabs.c 14 Jan 2001 19:33:43 -0000 1.1.1.1 +++ fnabs.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fnabs.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fneg.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fneg.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fneg.c 14 Jan 2001 19:33:43 -0000 1.1.1.1 +++ fneg.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fneg.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fnmadd.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fnmadd.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fnmadd.c 14 Jan 2001 19:33:43 -0000 1.1.1.1 +++ fnmadd.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fnmadd.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fnmadds.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fnmadds.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fnmadds.c 14 Jan 2001 19:33:43 -0000 1.1.1.1 +++ fnmadds.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fnmadds.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fnmsub.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fnmsub.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fnmsub.c 14 Jan 2001 19:33:43 -0000 1.1.1.1 +++ fnmsub.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fnmsub.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fnmsubs.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fnmsubs.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fnmsubs.c 14 Jan 2001 19:33:43 -0000 1.1.1.1 +++ fnmsubs.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fnmsubs.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fres.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fres.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fres.c 14 Jan 2001 19:33:44 -0000 1.1.1.1 +++ fres.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fres.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: frsp.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/frsp.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- frsp.c 14 Jan 2001 19:33:44 -0000 1.1.1.1 +++ frsp.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.frsp.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: frsqrte.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/frsqrte.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- frsqrte.c 14 Jan 2001 19:33:44 -0000 1.1.1.1 +++ frsqrte.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.frsqrte.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fsel.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fsel.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fsel.c 14 Jan 2001 19:33:44 -0000 1.1.1.1 +++ fsel.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fsel.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fsqrt.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fsqrt.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fsqrt.c 14 Jan 2001 19:33:44 -0000 1.1.1.1 +++ fsqrt.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fsqrt.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fsqrts.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fsqrts.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fsqrts.c 14 Jan 2001 19:33:44 -0000 1.1.1.1 +++ fsqrts.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fsqrts.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fsub.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fsub.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fsub.c 14 Jan 2001 19:33:44 -0000 1.1.1.1 +++ fsub.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fsub.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: fsubs.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/fsubs.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fsubs.c 14 Jan 2001 19:33:44 -0000 1.1.1.1 +++ fsubs.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.fsubs.c 1.6 05/17/01 18:14:22 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: lfd.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/lfd.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- lfd.c 14 Jan 2001 19:33:44 -0000 1.1.1.1 +++ lfd.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.lfd.c 1.6 05/17/01 18:14:23 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: lfs.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/lfs.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- lfs.c 14 Jan 2001 19:33:44 -0000 1.1.1.1 +++ lfs.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.lfs.c 1.6 05/17/01 18:14:23 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: math.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/math.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- math.c 14 Jan 2001 19:33:46 -0000 1.1.1.1 +++ math.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,4 +1,7 @@ -/* $Id$ +/* + * BK Id: SCCS/s.math.c 1.6 05/17/01 18:14:23 cort + */ +/* * arch/ppc/math-emu/math.c * * Copyright (C) 1999 Eddie C. Dost (ec...@at...) Index: mcrfs.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/mcrfs.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- mcrfs.c 14 Jan 2001 19:33:46 -0000 1.1.1.1 +++ mcrfs.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.mcrfs.c 1.6 05/17/01 18:14:23 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: mffs.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/mffs.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- mffs.c 14 Jan 2001 19:33:46 -0000 1.1.1.1 +++ mffs.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.mffs.c 1.6 05/17/01 18:14:23 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: mtfsb0.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/mtfsb0.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- mtfsb0.c 14 Jan 2001 19:33:46 -0000 1.1.1.1 +++ mtfsb0.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.mtfsb0.c 1.6 05/17/01 18:14:23 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: mtfsb1.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/mtfsb1.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- mtfsb1.c 14 Jan 2001 19:33:46 -0000 1.1.1.1 +++ mtfsb1.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.mtfsb1.c 1.6 05/17/01 18:14:23 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: mtfsf.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/mtfsf.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- mtfsf.c 14 Jan 2001 19:33:46 -0000 1.1.1.1 +++ mtfsf.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.mtfsf.c 1.6 05/17/01 18:14:23 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: mtfsfi.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/mtfsfi.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- mtfsfi.c 14 Jan 2001 19:33:46 -0000 1.1.1.1 +++ mtfsfi.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.mtfsfi.c 1.6 05/17/01 18:14:23 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: op-1.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/op-1.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- op-1.h 14 Jan 2001 19:33:47 -0000 1.1.1.1 +++ op-1.h 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,4 +1,7 @@ /* + * BK Id: SCCS/s.op-1.h 1.5 05/17/01 18:14:23 cort + */ +/* * Basic one-word fraction declaration and manipulation. */ Index: op-2.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/op-2.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- op-2.h 14 Jan 2001 19:33:49 -0000 1.1.1.1 +++ op-2.h 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,4 +1,7 @@ /* + * BK Id: SCCS/s.op-2.h 1.5 05/17/01 18:14:23 cort + */ +/* * Basic two-word fraction declaration and manipulation. */ Index: op-4.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/op-4.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- op-4.h 14 Jan 2001 19:33:51 -0000 1.1.1.1 +++ op-4.h 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,4 +1,7 @@ /* + * BK Id: SCCS/s.op-4.h 1.5 05/17/01 18:14:23 cort + */ +/* * Basic four-word fraction declaration and manipulation. * * When adding quadword support for 32 bit machines, we need Index: op-common.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/op-common.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- op-common.h 14 Jan 2001 19:33:54 -0000 1.1.1.1 +++ op-common.h 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,3 +1,6 @@ +/* + * BK Id: SCCS/s.op-common.h 1.5 05/17/01 18:14:23 cort + */ #define _FP_DECL(wc, X) \ _FP_I_TYPE X##_c, X##_s, X##_e; \ Index: sfp-machine.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/sfp-machine.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- sfp-machine.h 14 Jan 2001 19:33:55 -0000 1.1.1.1 +++ sfp-machine.h 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,3 +1,6 @@ +/* + * BK Id: SCCS/s.sfp-machine.h 1.5 05/17/01 18:14:23 cort + */ /* Machine-dependent software floating-point definitions. PPC version. Copyright (C) 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Index: single.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/single.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- single.h 14 Jan 2001 19:33:56 -0000 1.1.1.1 +++ single.h 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,4 +1,7 @@ /* + * BK Id: SCCS/s.single.h 1.5 05/17/01 18:14:23 cort + */ +/* * Definitions for IEEE Single Precision */ Index: soft-fp.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/soft-fp.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- soft-fp.h 14 Jan 2001 19:33:56 -0000 1.1.1.1 +++ soft-fp.h 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,3 +1,6 @@ +/* + * BK Id: SCCS/s.soft-fp.h 1.5 05/17/01 18:14:23 cort + */ #ifndef SOFT_FP_H #define SOFT_FP_H Index: stfd.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/stfd.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- stfd.c 14 Jan 2001 19:33:56 -0000 1.1.1.1 +++ stfd.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.stfd.c 1.6 05/17/01 18:14:23 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: stfiwx.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/stfiwx.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- stfiwx.c 14 Jan 2001 19:33:56 -0000 1.1.1.1 +++ stfiwx.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.stfiwx.c 1.6 05/17/01 18:14:23 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: stfs.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/stfs.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- stfs.c 14 Jan 2001 19:33:56 -0000 1.1.1.1 +++ stfs.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,6 +1,6 @@ -/* $Id$ +/* + * BK Id: SCCS/s.stfs.c 1.6 05/17/01 18:14:23 cort */ - #include <linux/types.h> #include <linux/errno.h> #include <asm/uaccess.h> Index: types.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/types.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- types.c 14 Jan 2001 19:33:56 -0000 1.1.1.1 +++ types.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,3 +1,6 @@ +/* + * BK Id: SCCS/s.types.c 1.5 05/17/01 18:14:23 cort + */ #include "soft-fp.h" #include "double.h" Index: udivmodti4.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/ppc/math-emu/udivmodti4.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- udivmodti4.c 14 Jan 2001 19:33:57 -0000 1.1.1.1 +++ udivmodti4.c 10 Apr 2002 15:04:11 -0000 1.2 @@ -1,3 +1,6 @@ +/* + * BK Id: SCCS/s.udivmodti4.c 1.5 05/17/01 18:14:23 cort + */ /* This has so very few changes over libgcc2's __udivmoddi4 it isn't funny. */ #include "soft-fp.h" |