summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/localbus/imc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sgi/localbus/imc.c')
-rw-r--r--sys/arch/sgi/localbus/imc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/localbus/imc.c b/sys/arch/sgi/localbus/imc.c
index e60237d69eb..ad05070f182 100644
--- a/sys/arch/sgi/localbus/imc.c
+++ b/sys/arch/sgi/localbus/imc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: imc.c,v 1.9 2012/05/27 14:12:55 miod Exp $ */
+/* $OpenBSD: imc.c,v 1.10 2012/09/29 18:54:39 miod Exp $ */
/* $NetBSD: imc.c,v 1.32 2011/07/01 18:53:46 dyoung Exp $ */
/*
@@ -330,7 +330,7 @@ void
imc_space_barrier(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offs,
bus_size_t len, int flags)
{
- __asm__ __volatile__ ("sync" ::: "memory");
+ mips_sync();
}
#if NEISA > 0