Re: [PATCH] MIPS: Default to --with-llsc for the R5900 Linux target as well

2018-10-19 Thread Fredrik Noring
Thank you for your review, Maciej, > > The Linux kernel requires and emulates LL and SC for the R5900 too. The > > Two spaces after a full stop please (in commit descriptions too). Fixed in v2, to be posted shortly. > I hope this helps you get a general maintainer's approval. Thanks! It looks

Re: [PATCH] MIPS: Default to --with-llsc for the R5900 Linux target as well

2018-10-07 Thread Maciej W. Rozycki
Hi Fredrik, > The Linux kernel requires and emulates LL and SC for the R5900 too. The Two spaces after a full stop please (in commit descriptions too). > special --without-llsc default for the R5900 is therefore not applicable > in that case. I cannot formally approve your change, but it look

[PATCH] MIPS: Default to --with-llsc for the R5900 Linux target as well

2018-10-05 Thread Fredrik Noring
The Linux kernel requires and emulates LL and SC for the R5900 too. The special --without-llsc default for the R5900 is therefore not applicable in that case. --- gcc/config.gcc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/config.gcc b/gcc/config.gcc index 0c579d