summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2016-10-12 10:15:29 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2016-10-17 09:41:58 +0200
commitdfcec5595f0d2510fb950dec50fc4695da00fb59 (patch)
tree872dd9d8d53812d6429dd14a1b457952e906fbee /automake
parentbsps/i386: use Pentimum instructions for pc586 and pc686 builds. (diff)
downloadrtems-dfcec5595f0d2510fb950dec50fc4695da00fb59.tar.bz2
libchip/network/if_fxp.c: do not use rtems_interrupt_disable.
The single write to memory or ioport output are mostly atomic operations already. The proper memory synchronization barrier should be used around them to guarantee ordering (sync or eieio on PowerPC for example) but because I have not found settable portable primitive only compiler barrier is used. It should be enough on x86 because the externally visible order should be/is guaranteed to be preserved on x86 architecture.
Diffstat (limited to 'automake')
0 files changed, 0 insertions, 0 deletions