Fixed typo. in FPU_68882 entry for MVME147

This commit is contained in:
scw 1997-09-28 11:29:48 +00:00
parent 8f15104e92
commit d2cd21c0ef
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.3 1997/05/13 18:01:11 gwr Exp $
# $NetBSD: genassym.cf,v 1.4 1997/09/28 11:29:48 scw Exp $
#
# Copyright (c) 1982, 1990, 1993
@ -84,6 +84,11 @@ define CPU_68030 CPU_68030
define CPU_68040 CPU_68040
define CPU_68060 CPU_68060
# values for fputype
define FPU_68881 FPU_68881
define FPU_68882 FPU_68882
define FPU_68040 FPU_68040
# values for machineid
define MVME_147 MVME_147
define MVME_162 MVME_162

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.24 1997/09/12 09:25:36 mycroft Exp $ */
/* $NetBSD: locore.s,v 1.25 1997/09/28 11:31:16 scw Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -1636,7 +1636,7 @@ _mmutype:
_cputype:
.long CPU_68030 | default to CPU_68030
_fputype:
.long FPU_68030 | default to FPU_68030
.long FPU_68882 | default to FPU_68882
_ectype:
.long EC_NONE | external cache type, default to none
_protorp: