Re: [PATCH] libmisc: Use SMP application by default on SMP

2015-07-01 Thread Joel Sherrill
On July 1, 2015 8:18:08 AM CDT, Sebastian Huber wrote: >confdefs.h will only look at these defines in case RTEMS_SMP is >defined. I know. Just wondered if it would be clearer for a reader. Maybe a comment that they have no impact if SMP is disabled. >On 01/07/15 15:04, Joel Sherrill wrote: >

Re: [PATCH] libmisc: Use SMP application by default on SMP

2015-07-01 Thread Sebastian Huber
confdefs.h will only look at these defines in case RTEMS_SMP is defined. On 01/07/15 15:04, Joel Sherrill wrote: Should those be conditional on SMP being enabled? On July 1, 2015 4:14:56 AM CDT, Sebastian Huber wrote: --- cpukit/libmisc/dummy/default-configuration.c | 4 1 file changed,

Re: [PATCH] libmisc: Use SMP application by default on SMP

2015-07-01 Thread Joel Sherrill
Should those be conditional on SMP being enabled? On July 1, 2015 4:14:56 AM CDT, Sebastian Huber wrote: >--- > cpukit/libmisc/dummy/default-configuration.c | 4 > 1 file changed, 4 insertions(+) > >diff --git a/cpukit/libmisc/dummy/default-configuration.c >b/cpukit/libmisc/dummy/default-con

[PATCH] libmisc: Use SMP application by default on SMP

2015-07-01 Thread Sebastian Huber
--- cpukit/libmisc/dummy/default-configuration.c | 4 1 file changed, 4 insertions(+) diff --git a/cpukit/libmisc/dummy/default-configuration.c b/cpukit/libmisc/dummy/default-configuration.c index fc00406..c1898d3 100644 --- a/cpukit/libmisc/dummy/default-configuration.c +++ b/cpukit/libmis