Re: [PATCH] MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS

2015-01-18 Thread Paul Burton
On Tue, Jan 13, 2015 at 01:12:22PM +, Markos Chandras wrote: > Hi, > > I think the "MIPS,prctl" in the title should be "MIPS: prctl" I used the comma to denote a list - that is, this change affects both MIPS & the generic prctl code. To me your "MIPS: prctl" suggestion would indicate that the

Re: [PATCH] MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS

2015-01-16 Thread Markos Chandras
On 01/13/2015 01:12 PM, Markos Chandras wrote: > On 01/08/2015 12:17 PM, Paul Burton wrote: >> Userland code may be built using an ABI which permits linking to objects >> that have more restrictive floating point requirements. For example, >> userland code may be built to target the O32 FPXX ABI. S

Re: [PATCH] MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS

2015-01-13 Thread Markos Chandras
On 01/08/2015 12:17 PM, Paul Burton wrote: > Userland code may be built using an ABI which permits linking to objects > that have more restrictive floating point requirements. For example, > userland code may be built to target the O32 FPXX ABI. Such code may be > linked with other FPXX code, or co