summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-02-18 20:45:50 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-02-18 20:45:50 +0000
commitb0343edffc74b08206cc7b3f83a82a2f2a988b53 (patch)
tree48927e766fbe5e83ee354c361e7799385764566e
parenta1a76e54ba023068265281a7f4f02362b794f1c6 (diff)
Repair DCI[ASU] operation on 68030 processors, broken by accident in r1.53
-rw-r--r--sys/arch/mvme68k/mvme68k/locore.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/mvme68k/locore.s b/sys/arch/mvme68k/mvme68k/locore.s
index c92d4fb2978..7c27c9c3295 100644
--- a/sys/arch/mvme68k/mvme68k/locore.s
+++ b/sys/arch/mvme68k/mvme68k/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.55 2007/10/10 15:53:52 art Exp $ */
+/* $OpenBSD: locore.s,v 1.56 2009/02/18 20:45:49 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -1488,6 +1488,7 @@ ENTRY(DCIU)
cmpl #MMU_68040,_C_LABEL(mmutype) | 68040 or 68060?
jgt 1f | no, skip
.word 0xf478 | cpusha dc
+1:
#endif
rts