Re: [PATCH v2 0/3] Fix compiler errors for SMP on i386

2018-03-14 Thread Amaan Cheval
On Thu, Mar 15, 2018 at 12:27 AM Joel Sherrill wrote: > Obviously not you Sebastian. :) > Amaan.. what's your expectation of the overall status of SMP on pc386 > after these patches are added? A compile-time error will still be thrown, but for anyone who wants to tackle SMP

Re: [PATCH v2 0/3] Fix compiler errors for SMP on i386

2018-03-14 Thread Joel Sherrill
Obviously not you Sebastian. :) Amaan.. what's your expectation of the overall status of SMP on pc386 after these patches are added? If something is "compile only" now, are there comments in the tickets indicating that? Is this clear from the git log messages? Is there anywhere you got something

Re: [PATCH v2 0/3] Fix compiler errors for SMP on i386

2018-03-14 Thread Sebastian Huber
Who will review and check in i386-specific patches? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request.

[PATCH v2 0/3] Fix compiler errors for SMP on i386

2018-03-13 Thread Amaan Cheval
See this thread[1] for v1 of the patch. The changes in this version are similar, except they *still throw a compile-time error* to indicate the missing i386 support for SMP, while still fixing up the rest of the problems that prevented compilation, as suggested by Joel here[2]. [1]