diff options
author | 2002-02-22 23:40:07 +0000 | |
---|---|---|
committer | 2002-02-22 23:40:07 +0000 | |
commit | addf7f2024d38dc57d6f0bd76eec63db59909b8c (patch) | |
tree | 4b9f97ac310942fb1ed05455e811a930677a6097 | |
parent | Get rid of more Ms in my tree. (diff) | |
download | wireguard-openbsd-addf7f2024d38dc57d6f0bd76eec63db59909b8c.tar.xz wireguard-openbsd-addf7f2024d38dc57d6f0bd76eec63db59909b8c.zip |
Unbreak 68060 support, sorry
-rw-r--r-- | sys/arch/amiga/amiga/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amiga/amiga/locore.s b/sys/arch/amiga/amiga/locore.s index 19dbce8eadf..ff3dfa0e32d 100644 --- a/sys/arch/amiga/amiga/locore.s +++ b/sys/arch/amiga/amiga/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.37 2002/02/10 23:15:05 deraadt Exp $ */ +/* $OpenBSD: locore.s,v 1.38 2002/02/22 23:40:07 miod Exp $ */ /* $NetBSD: locore.s,v 1.89 1997/07/17 16:22:54 is Exp $ */ /* @@ -1480,7 +1480,7 @@ Lclrloop: ENTRY(TBIA) __TBIA: cmpl #MMU_68040,_mmutype - jeq Ltbia040 + jle Ltbia040 pflusha | flush entire TLB tstl _mmutype jpl Lmc68851a | 68851 implies no d-cache |