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.


> +/* Delay in spinlock loop.  */
> +extern void __cpu_relax(void);
> +#define BUSY_WAIT_NOP	__cpu_relax()

Should be some spaces in thar.


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