summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriggs <briggs@cvs.openbsd.org>1996-10-14 01:28:44 +0000
committerbriggs <briggs@cvs.openbsd.org>1996-10-14 01:28:44 +0000
commit2e94d6d27a567a3b60bc75b363068827868e9779 (patch)
tree8577937d0f588bc2556df76c64b5ce577eeb3496
parentd1404f3da80f4d13493d3f60ce87349be039fcbe (diff)
fpu_type -> fputype, use m68k/cpu.h--from NetBSD
-rw-r--r--sys/arch/mac68k/mac68k/vm_machdep.c8
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;