fputype is defined in locore.s now.

This commit is contained in:
mycroft 1997-09-12 09:27:49 +00:00
parent 11393fe5b9
commit 4e5b47eba3
1 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.23 1997/09/12 07:00:45 mycroft Exp $ */
/* $NetBSD: machdep.c,v 1.24 1997/09/12 09:27:49 mycroft Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -118,12 +118,6 @@ int msgbufmapped; /* set when safe to use msgbuf */
int maxmem; /* max memory per process */
int physmem = MAXMEM; /* max supported memory, changes to actual */
#ifdef FPCOPROC
int fputype = FPU_68882;
#else
int fputype = FPU_NONE;
#endif
/*
* safepri is a safe priority for sleep to set for a spin-wait
* during autoconfiguration or after a panic.