diff options
-rw-r--r-- | sys/arch/mac68k/mac68k/vm_machdep.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/mac68k/mac68k/vm_machdep.c b/sys/arch/mac68k/mac68k/vm_machdep.c index fbc6dac6c00..9507ba646f3 100644 --- a/sys/arch/mac68k/mac68k/vm_machdep.c +++ b/sys/arch/mac68k/mac68k/vm_machdep.c @@ -1,5 +1,5 @@ -/* $OpenBSD: vm_machdep.c,v 1.6 1996/05/26 18:36:38 briggs Exp $ */ -/* $NetBSD: vm_machdep.c,v 1.20 1996/05/05 16:50:34 briggs Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.7 1996/10/14 01:28:43 briggs Exp $ */ +/* $NetBSD: vm_machdep.c,v 1.21 1996/09/16 18:00:31 scottr Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -63,8 +63,6 @@ #include <machine/pte.h> #include <machine/reg.h> -extern int fpu_type; - void savectx __P((struct pcb *)); /* @@ -195,7 +193,7 @@ cpu_coredump(p, vp, cred, chdr) md_core.intreg.r_sr = f->f_sr; md_core.intreg.r_pc = f->f_pc; } - if (fpu_type) { + if (fputype) { register struct fpframe *f; f = &up->u_pcb.pcb_fpregs; |