summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-05-27 21:10:34 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-05-27 21:10:34 +0000
commite8acf00c224fc610ec668fd950ee5f85e3219f31 (patch)
tree499df176b27c0773e0019399bdda0764e41c6006 /sys/arch/m88k
parentf18db7eda44c45b1d3c068aa5bf3e9cf6ba40ba3 (diff)
Use FLUSH_PIPELINE instead of rolling our own. No functional change.
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r--sys/arch/m88k/m88k/m88100_fp.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/m88k/m88k/m88100_fp.S b/sys/arch/m88k/m88k/m88100_fp.S
index 697f536ad82..4077d684abf 100644
--- a/sys/arch/m88k/m88k/m88100_fp.S
+++ b/sys/arch/m88k/m88k/m88100_fp.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: m88100_fp.S,v 1.7 2013/02/17 18:05:51 miod Exp $ */
+/* $OpenBSD: m88100_fp.S,v 1.8 2013/05/27 21:10:33 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1991 Carnegie Mellon University
@@ -135,7 +135,7 @@ ASLOCAL(FPuimp)
*/
ASLOCAL(wrapup)
- tb1 0, %r0, 0 /* make sure all floating point operations */
+ FLUSH_PIPELINE /* make sure all floating point operations */
/* have finished */
ldcr %r10, %cr1 /* load the PSR */
#if 0
@@ -2665,7 +2665,7 @@ ASENTRY(Xfp_imprecise)
/* XXX handle inexact!!! */
fpui_wrapup:
- tb1 0, %r0, 0 /* make sure all floating */
+ FLUSH_PIPELINE /* make sure all floating */
/* point operations have */
/* finished */
ldcr %r4, %cr1 /* load the PSR */