summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-07-03 20:48:28 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-07-03 20:48:28 +0000
commitb3b1b954b1ec77de5b3db7d74d2816b07cf30277 (patch)
treef2d1ea79cd6b93d5cb0845131f98b8571630d9f4
parent141511f529dd014f1123943b675252f612002909 (diff)
Repair initialization value of m68060_pcr_init, per 68060 errata I14.
-rw-r--r--sys/arch/mvme68k/mvme68k/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/mvme68k/machdep.c b/sys/arch/mvme68k/mvme68k/machdep.c
index c0558145c57..9e9560c73b2 100644
--- a/sys/arch/mvme68k/mvme68k/machdep.c
+++ b/sys/arch/mvme68k/mvme68k/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.99 2006/06/11 20:50:51 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.100 2006/07/03 20:48:27 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -785,7 +785,7 @@ abort:
}
#if defined(M68060)
-int m68060_pcr_init = PCR_SUPERSCALAR; /* make this patchable */
+int m68060_pcr_init = 0x20 | PCR_SUPERSCALAR; /* make this patchable */
#endif
void