Re: [PATCH 2/2] NGMP BSP: add GCC muser-mode switch

2014-12-04 Thread Daniel Hellstrom
On 12/04/2014 01:20 PM, Sebastian Huber wrote: This option is already in the master. Ok, I missed that. Thanks! DanielH On 04/12/14 13:10, Daniel Hellstrom wrote: Recent GCC have SPARC multilib with muser-mode. This makes CAS instruction operating in both user and priveleged mode. It is req

Re: [PATCH 2/2] NGMP BSP: add GCC muser-mode switch

2014-12-04 Thread Sebastian Huber
This option is already in the master. On 04/12/14 13:10, Daniel Hellstrom wrote: Recent GCC have SPARC multilib with muser-mode. This makes CAS instruction operating in both user and priveleged mode. It is required to allow the CAS in systems where RTEMS run in user mode. --- c/src/lib/libbsp/

[PATCH 2/2] NGMP BSP: add GCC muser-mode switch

2014-12-04 Thread Daniel Hellstrom
Recent GCC have SPARC multilib with muser-mode. This makes CAS instruction operating in both user and priveleged mode. It is required to allow the CAS in systems where RTEMS run in user mode. --- c/src/lib/libbsp/sparc/leon3/make/custom/ngmp.cfg |2 +- 1 files changed, 1 insertions(+), 1 delet