summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/network
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-11 12:46:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-11 12:46:36 +0000
commitd14d3399b6fec6d0904cbf523850def0e2e099d4 (patch)
treee49f4cdbc7a3e1f4a42cfaba5bede1f69360ecc9 /c/src/lib/libbsp/powerpc/mpc55xxevb/network
parent2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d14d3399b6fec6d0904cbf523850def0e2e099d4.tar.bz2
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* network/smsc9218i.c, startup/bspstart.c: Use "__asm__" instead of "asm" for improved c99-compliance.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mpc55xxevb/network')
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/network/smsc9218i.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/network/smsc9218i.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/network/smsc9218i.c
index f2dcd7744d..725992199f 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/network/smsc9218i.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/network/smsc9218i.c
@@ -920,7 +920,7 @@ static void smsc9218i_transmit_create_jobs(
data_length
);
- asm volatile ( "sync");
+ __asm__ volatile ( "sync");
/* Remember fragement */
jc->fragment_table [c] = m;