Re: i386 SMP buils - Was: libchip/network/if_fxp.c: do not use rtems_interrupt_disable.

2016-10-17 Thread Sebastian Huber
For SMP on x86 please have a look at: https://devel.rtems.org/ticket/2183 Without the synchronization in the context switch, the system behaviour is pretty unpredictable. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47

Re: i386 SMP buils - Was: libchip/network/if_fxp.c: do not use rtems_interrupt_disable.

2016-10-17 Thread Pavel Pisa
Hello Chris, On Monday 17 of October 2016 03:00:56 Chris Johns wrote: > I have built and tested these patches with no issues and 0 spurious > interrupts. > > The changes look fine to me. Thanks much for testing. I have pushed changes to the master. I have spent considerable time over weekend by