summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-11 12:47:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-11 12:47:19 +0000
commitd3463aedfecf35b320ba4ed29982669ea511eb53 (patch)
tree78e96e80cde35984b79631af06b974fc56a73bcc /c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
parent2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d3463aedfecf35b320ba4ed29982669ea511eb53.tar.bz2
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* PCI_bus/PCI.c, console/console.c, include/bsp.h, include/tm27.h, startup/Hwr_init.c, startup/bspstart.c: Use "__asm__" instead of "asm" for improved c99-compliance.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
index 8a2b53b96e..2ce9f958e0 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
@@ -213,7 +213,7 @@ void bsp_start( void )
msr_value = 0x2030;
_CPU_MSR_SET( msr_value );
- asm volatile("sync; isync");
+ __asm__ volatile("sync; isync");
/*
* initialize the device driver parameters