Re: [doc] extend.texi - "lock critical sections"?

2017-02-05 Thread Gerald Pfeifer
On Thu, 2 Feb 2017, Andi Kleen wrote: > The patch is ok. Lock critical region isn't a special term. Thanks, Andi! Below the ChangeLog and patch I committed. Gerald 2017-02-05 Gerald Pfeifer * doc/extend.texi (x86 specific memory model extensions for transactional memory): S

Re: [doc] extend.texi - "lock critical sections"?

2017-02-02 Thread Andi Kleen
On Wed, Feb 01, 2017 at 10:44:10PM +0100, Gerald Pfeifer wrote: > Hi Andi, or Uros, > > I am not sure, but got a pointer off-list. Is the patch below > appropriate, or is the term "lock critical section" a special > one for x86? Hi Gerald, The patch is ok. Lock critical region isn't a special

[doc] extend.texi - "lock critical sections"?

2017-02-01 Thread Gerald Pfeifer
Hi Andi, or Uros, I am not sure, but got a pointer off-list. Is the patch below appropriate, or is the term "lock critical section" a special one for x86? Gerald Index: extend.texi === --- extend.texi (revision 245106) +++ extend.t