summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/atari5380.c
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>2005-12-24 20:06:46 +0000
committerperry <perry@NetBSD.org>2005-12-24 20:06:46 +0000
commit5f1c88d70d1b3cd73104f217a48141b4e0e3434d (patch)
treebf1e973008b2f1d218b908dd66ddd91e3fb6cf29 /sys/arch/atari/dev/atari5380.c
parenta2cd732268201e59a69ccf2bfd390176b5c270a6 (diff)
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
Diffstat (limited to 'sys/arch/atari/dev/atari5380.c')
-rw-r--r--sys/arch/atari/dev/atari5380.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/atari/dev/atari5380.c b/sys/arch/atari/dev/atari5380.c
index 7db50a590eb..bea67a19136 100644
--- a/sys/arch/atari/dev/atari5380.c
+++ b/sys/arch/atari/dev/atari5380.c
@@ -1,4 +1,4 @@
-/* $NetBSD: atari5380.c,v 1.38 2005/12/11 12:16:54 christos Exp $ */
+/* $NetBSD: atari5380.c,v 1.39 2005/12/24 20:06:58 perry Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.38 2005/12/11 12:16:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.39 2005/12/24 20:06:58 perry Exp $");
#include "opt_atariscsi.h"
@@ -558,7 +558,7 @@ extern int *nofault;
*/
SCSI_DMA->s_hdma_ctrl |= SDH_BUSERR;
}
- __asm __volatile ("tstb %0@(0)": : "a" (dma_ptr));
+ __asm volatile ("tstb %0@(0)": : "a" (dma_ptr));
nofault = (int *)0;
}