summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-03-29 18:09:32 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-03-29 18:09:32 +0000
commit400e99c46f5fa56531015ba74096c3df72851d35 (patch)
tree0faef85a6b863396e8ea71feee002ee3a2782234 /sys/arch/sparc64/dev
parent3756224bec69e72815aea2adefb844c05c376b26 (diff)
It's been a quarter century: we can assume volatile is present with that name.
ok dlg@ mpi@ deraadt@
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r--sys/arch/sparc64/dev/creator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/creator.c b/sys/arch/sparc64/dev/creator.c
index 5cb3a946cba..04effe065db 100644
--- a/sys/arch/sparc64/dev/creator.c
+++ b/sys/arch/sparc64/dev/creator.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: creator.c,v 1.46 2013/10/20 20:07:27 miod Exp $ */
+/* $OpenBSD: creator.c,v 1.47 2014/03/29 18:09:30 guenther Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
@@ -826,7 +826,7 @@ creator_load_sram(struct creator_softc *sc, u_int32_t *ucode, u_int32_t size)
while (size > 0) {
creator_ras_fifo_wait(sc, 16);
- __asm__ __volatile__("ld [%0 + 0x00], %%f1\n\t"
+ __asm__ volatile("ld [%0 + 0x00], %%f1\n\t"
"ld [%0 + 0x04], %%f0\n\t"
"ld [%0 + 0x08], %%f3\n\t"
"ld [%0 + 0x0c], %%f2\n\t"