This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMITTED PATCH] Define a BUSY_WAIT_NOP for sparc.


From: Roland McGrath <roland@hack.frob.com>
Date: Mon, 29 Oct 2012 11:30:26 -0700 (PDT)

>> +/* Delay in spinlock loop.  */
>> +extern void __cpu_relax(void);
>> +#define BUSY_WAIT_NOP	__cpu_relax()
> 
> Should be some spaces in thar.

I'll fix this up, thanks Roland.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]